Html Css Color HEX #C02B42 Brick Red

📋 copy color: '#C02B42'

red 192 ◦ green 43 ◦ blue 66

#C02B42
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brick Red #C02B42

Tints of Brick Red #C02B42

RGB

 RED value IS 192 (75.39% from 255) = 63.79%

 GREEN value IS 43 (17.19% from 255) = 14.29%

 BLUE value IS 66 (26.17% from 255) = 21.93%

R = 63.79%
G = 14.29%
B = 21.93%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#C02B42 (or 0xC02B42) is known color: Brick Red. HEX triplet: C0, 2B and 42. RGB value is (192,43,66). Sum of RGB (Red+Green+Blue) = 192+43+66=301 (39% of max value = 765). Red value is 192 (75.39% from 255 or 63.79% from 301); Green value is 43 (17.19% from 255 or 14.29% from 301); Blue value is 66 (26.17% from 255 or 21.93% from 301); Max value from RGB is 192 - color contains mainly: red. Hex color #C02B42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02B42 is #3FD4BD. Grayscale: #5A5A5A. Windows color (decimal): -4183230 or 4336576. OLE color: 4336576.

HSL color Cylindrical-coordinate representation of color #C02B42: hue angle of 350.74º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C02B42 is Cyan = 0, Magento = 0.78, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 43 66 -
CMYK 0 0.78 0.66 0.25
HSL 350.74º 0.63% 0.46% -
HSV(B) 350.74º 0.78% 0.75% -
XYZ 23.59 13.33 6.48 -
YUV 90.17 114.36 200.63 -
System Red Green Blue C M Y K H S L
Decimal 192 43 66 0 0.78 0.66 0.25 350.74 0.63 0.46
Hex C0 2B 42 0 4E 42 19 15F 3F 2E
Octal 300 53 102 0 116 102 31 537 77 56
Binary 11000000 101011 1000010 0 1001110 1000010 11001 101011111 111111 101110

Color Harmonies of #C02B42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02B42

Black with #C02B42

Text Example


Text Example

White with #C02B42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02B42; }

 p { color: rgb(192,43,66); }

 H1.HeaderClassName
 {
   color: #C02B42;
 }
 .AnyTagClassName
 {
   color: #C02B42;
 }
</style>

background-color css

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

 a { background-color: rgb(192,43,66); }

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

border-color css

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

 span { border-color: rgb(192,43,66); }

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