Html Css Color HEX #C02D42 Brick Red

📋 copy color: '#C02D42'

red 192 ◦ green 45 ◦ blue 66

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

Shades of Brick Red #C02D42

Tints of Brick Red #C02D42

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.85%

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

R = 63.37%
G = 14.85%
B = 21.78%

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

#C02D42 (or 0xC02D42) is known color: Brick Red. HEX triplet: C0, 2D and 42. RGB value is (192,45,66). Sum of RGB (Red+Green+Blue) = 192+45+66=303 (40% of max value = 765). Red value is 192 (75.39% from 255 or 63.37% from 303); Green value is 45 (17.97% from 255 or 14.85% from 303); Blue value is 66 (26.17% from 255 or 21.78% from 303); Max value from RGB is 192 - color contains mainly: red. Hex color #C02D42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02D42 is #3FD2BD. Grayscale: #5B5B5B. Windows color (decimal): -4182718 or 4337088. OLE color: 4337088.

HSL color Cylindrical-coordinate representation of color #C02D42: hue angle of 351.43º degrees, saturation: 0.62, 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 #C02D42 is Cyan = 0, Magento = 0.77, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 45 66 -
CMYK 0 0.77 0.66 0.25
HSL 351.43º 0.62% 0.46% -
HSV(B) 351.43º 0.77% 0.75% -
XYZ 23.66 13.48 6.51 -
YUV 91.35 113.7 199.79 -
System Red Green Blue C M Y K H S L
Decimal 192 45 66 0 0.77 0.66 0.25 351.43 0.62 0.46
Hex C0 2D 42 0 4D 42 19 15F 3E 2E
Octal 300 55 102 0 115 102 31 537 76 56
Binary 11000000 101101 1000010 0 1001101 1000010 11001 101011111 111110 101110

Color Harmonies of #C02D42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02D42

Black with #C02D42

Text Example


Text Example

White with #C02D42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02D42; }

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

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

background-color css

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

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

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

border-color css

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

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

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