Html Css Color HEX #C02A36 Brick Red

📋 copy color: '#C02A36'

red 192 ◦ green 42 ◦ blue 54

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

Shades of Brick Red #C02A36

Tints of Brick Red #C02A36

RGB

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

 GREEN value IS 42 (16.8% from 255) = 14.58%

 BLUE value IS 54 (21.48% from 255) = 18.75%

R = 66.67%
G = 14.58%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.72

 K value IS 0.25

RGB Variations

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

Color information

#C02A36 (or 0xC02A36) is known color: Brick Red. HEX triplet: C0, 2A and 36. RGB value is (192,42,54). Sum of RGB (Red+Green+Blue) = 192+42+54=288 (38% of max value = 765). Red value is 192 (75.39% from 255 or 66.67% from 288); Green value is 42 (16.80% from 255 or 14.58% from 288); Blue value is 54 (21.48% from 255 or 18.75% from 288); Max value from RGB is 192 - color contains mainly: red. Hex color #C02A36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02A36 is #3FD5C9. Grayscale: #585858. Windows color (decimal): -4183498 or 3549888. OLE color: 3549888.

HSL color Cylindrical-coordinate representation of color #C02A36: hue angle of 355.2º degrees, saturation: 0.64, 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 #C02A36 is Cyan = 0, Magento = 0.78, Yellow = 0.72 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 42 54 -
CMYK 0 0.78 0.72 0.25
HSL 355.2º 0.64% 0.46% -
HSV(B) 355.2º 0.78% 0.75% -
XYZ 23.23 13.13 4.8 -
YUV 88.22 108.7 202.02 -
System Red Green Blue C M Y K H S L
Decimal 192 42 54 0 0.78 0.72 0.25 355.2 0.64 0.46
Hex C0 2A 36 0 4E 48 19 163 40 2E
Octal 300 52 66 0 116 110 31 543 100 56
Binary 11000000 101010 110110 0 1001110 1001000 11001 101100011 1000000 101110

Color Harmonies of #C02A36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02A36

Black with #C02A36

Text Example


Text Example

White with #C02A36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02A36; }

 p { color: rgb(192,42,54); }

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

background-color css

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

 a { background-color: rgb(192,42,54); }

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

border-color css

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

 span { border-color: rgb(192,42,54); }

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