#C02641

Color #C02641 Brick Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brick Red #C02641

Tints of Brick Red #C02641

Color information

#C02641 (or 0xC02641) is unknown color: approx Brick Red. HEX triplet: C0, 26 and 41. RGB value is (192,38,65). Sum of RGB (Red+Green+Blue) = 192+38+65=295 (39% of max value = 765). Red value is 192 (75.39% from 255 or 65.08% from 295); Green value is 38 (15.23% from 255 or 12.88% from 295); Blue value is 65 (25.78% from 255 or 22.03% from 295); Max value from RGB is 192 - color contains mainly: red. Hex color #C02641 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02641 is #3FD9BE. Grayscale: #575757. Windows color (decimal): -4184511 or 4269760. OLE color: 4269760.

HSL color Cylindrical-coordinate representation of color #C02641: hue angle of 349.48º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C02641 is Cyan = 0, Magento = 0.80, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB1923865-
CMYK00.800.660.25
HSL349.48º66.96%45.1%-
HSV(B)349.48º80.21%75.29%-
XYZ23.3912.976.27-
YUV87.12115.52202.8-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 192 (75.39% from 255) = 65.08%
GREEN value IS 38 (15.23% from 255) = 12.88%
BLUE value IS 65 (25.78% from 255) = 22.03%
R=65.08%
G=12.88%
B=22.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.66
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192386500.800.660.25349.4866.9645.1
HexC02641050421915d432d
Octal3004610101201023153510355
Binary110000001001101000001010100001000010110011010111011000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C02641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C02641; }

 p { color: rgb(192,38,65); }

 H1.HeaderClassName
 {
   color: #C02641;
 }
 .AnyTagClassName
 {
   color: #C02641;
 }
</style>
background-color css

<style>
 a { background-color: #C02641; }

 a { background-color: rgb(192,38,65); }

 div.DivClassName
 {
   background-color: #C02641;
 }
 .BgClassName
 {
   background-color: #C02641;
 }
</style>
border-color css

<style>
 span { border-color: #C02641; }

 span { border-color: rgb(192,38,65); }

 td.TdClassName
 {
   border-color: #C02641;
 }
 .TagClassName
 {
   border-color: #C02641;
 }
</style>