Html Css Color HEX #C02C42 Brick Red

📋 copy color: '#C02C42'

red 192 ◦ green 44 ◦ blue 66

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

Shades of Brick Red #C02C42

Tints of Brick Red #C02C42

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.57%

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

R = 63.58%
G = 14.57%
B = 21.85%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#C02C42 (or 0xC02C42) is known color: Brick Red. HEX triplet: C0, 2C and 42. RGB value is (192,44,66). Sum of RGB (Red+Green+Blue) = 192+44+66=302 (40% of max value = 765). Red value is 192 (75.39% from 255 or 63.58% from 302); Green value is 44 (17.58% from 255 or 14.57% from 302); Blue value is 66 (26.17% from 255 or 21.85% from 302); Max value from RGB is 192 - color contains mainly: red. Hex color #C02C42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02C42 is #3FD3BD. Grayscale: #5A5A5A. Windows color (decimal): -4182974 or 4336832. OLE color: 4336832.

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

Color convert

RGB 192 44 66 -
CMYK 0 0.77 0.66 0.25
HSL 351.08º 0.63% 0.46% -
HSV(B) 351.08º 0.77% 0.75% -
XYZ 23.62 13.4 6.5 -
YUV 90.76 114.03 200.21 -
System Red Green Blue C M Y K H S L
Decimal 192 44 66 0 0.77 0.66 0.25 351.08 0.63 0.46
Hex C0 2C 42 0 4D 42 19 15F 3F 2E
Octal 300 54 102 0 115 102 31 537 77 56
Binary 11000000 101100 1000010 0 1001101 1000010 11001 101011111 111111 101110

Color Harmonies of #C02C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02C42

Black with #C02C42

Text Example


Text Example

White with #C02C42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02C42; }

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

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

background-color css

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

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

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

border-color css

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

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

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