Html Css Color HEX #C02F42 Brick Red

📋 copy color: '#C02F42'

red 192 ◦ green 47 ◦ blue 66

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

Shades of Brick Red #C02F42

Tints of Brick Red #C02F42

RGB

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

 GREEN value IS 47 (18.75% from 255) = 15.41%

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

R = 62.95%
G = 15.41%
B = 21.64%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#C02F42 (or 0xC02F42) is known color: Brick Red. HEX triplet: C0, 2F and 42. RGB value is (192,47,66). Sum of RGB (Red+Green+Blue) = 192+47+66=305 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.95% from 305); Green value is 47 (18.75% from 255 or 15.41% from 305); Blue value is 66 (26.17% from 255 or 21.64% from 305); Max value from RGB is 192 - color contains mainly: red. Hex color #C02F42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02F42 is #3FD0BD. Grayscale: #5C5C5C. Windows color (decimal): -4182206 or 4337600. OLE color: 4337600.

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

Color convert

RGB 192 47 66 -
CMYK 0 0.76 0.66 0.25
HSL 352.14º 0.61% 0.47% -
HSV(B) 352.14º 0.76% 0.75% -
XYZ 23.74 13.63 6.53 -
YUV 92.52 113.04 198.96 -
System Red Green Blue C M Y K H S L
Decimal 192 47 66 0 0.76 0.66 0.25 352.14 0.61 0.47
Hex C0 2F 42 0 4C 42 19 160 3D 2F
Octal 300 57 102 0 114 102 31 540 75 57
Binary 11000000 101111 1000010 0 1001100 1000010 11001 101100000 111101 101111

Color Harmonies of #C02F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02F42

Black with #C02F42

Text Example


Text Example

White with #C02F42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02F42; }

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

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

background-color css

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

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

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

border-color css

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

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

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