Html Css Color HEX #C02D41 Brick Red

📋 copy color: '#C02D41'

red 192 ◦ green 45 ◦ blue 65

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

Shades of Brick Red #C02D41

Tints of Brick Red #C02D41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 21.52%

R = 63.58%
G = 14.9%
B = 21.52%

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

#C02D41 (or 0xC02D41) is known color: Brick Red. HEX triplet: C0, 2D and 41. RGB value is (192,45,65). Sum of RGB (Red+Green+Blue) = 192+45+65=302 (40% of max value = 765). Red value is 192 (75.39% from 255 or 63.58% from 302); Green value is 45 (17.97% from 255 or 14.90% from 302); Blue value is 65 (25.78% from 255 or 21.52% from 302); Max value from RGB is 192 - color contains mainly: red. Hex color #C02D41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02D41 is #3FD2BE. Grayscale: #5B5B5B. Windows color (decimal): -4182719 or 4271552. OLE color: 4271552.

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

Color convert

RGB 192 45 65 -
CMYK 0 0.77 0.66 0.25
HSL 351.84º 0.62% 0.46% -
HSV(B) 351.84º 0.77% 0.75% -
XYZ 23.63 13.46 6.35 -
YUV 91.23 113.2 199.87 -
System Red Green Blue C M Y K H S L
Decimal 192 45 65 0 0.77 0.66 0.25 351.84 0.62 0.46
Hex C0 2D 41 0 4D 42 19 160 3E 2E
Octal 300 55 101 0 115 102 31 540 76 56
Binary 11000000 101101 1000001 0 1001101 1000010 11001 101100000 111110 101110

Color Harmonies of #C02D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02D41

Black with #C02D41

Text Example


Text Example

White with #C02D41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02D41; }

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

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

background-color css

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

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

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

border-color css

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

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

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