Html Css Color HEX #C02D40 Brick Red

📋 copy color: '#C02D40'

red 192 ◦ green 45 ◦ blue 64

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

Shades of Brick Red #C02D40

Tints of Brick Red #C02D40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 21.26%

R = 63.79%
G = 14.95%
B = 21.26%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#C02D40 (or 0xC02D40) is known color: Brick Red. HEX triplet: C0, 2D and 40. RGB value is (192,45,64). Sum of RGB (Red+Green+Blue) = 192+45+64=301 (39% of max value = 765). Red value is 192 (75.39% from 255 or 63.79% from 301); Green value is 45 (17.97% from 255 or 14.95% from 301); Blue value is 64 (25.39% from 255 or 21.26% from 301); Max value from RGB is 192 - color contains mainly: red. Hex color #C02D40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02D40 is #3FD2BF. Grayscale: #5B5B5B. Windows color (decimal): -4182720 or 4206016. OLE color: 4206016.

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

Color convert

RGB 192 45 64 -
CMYK 0 0.77 0.67 0.25
HSL 352.24º 0.62% 0.46% -
HSV(B) 352.24º 0.77% 0.75% -
XYZ 23.6 13.45 6.2 -
YUV 91.12 112.7 199.96 -
System Red Green Blue C M Y K H S L
Decimal 192 45 64 0 0.77 0.67 0.25 352.24 0.62 0.46
Hex C0 2D 40 0 4D 43 19 160 3E 2E
Octal 300 55 100 0 115 103 31 540 76 56
Binary 11000000 101101 1000000 0 1001101 1000011 11001 101100000 111110 101110

Color Harmonies of #C02D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02D40

Black with #C02D40

Text Example


Text Example

White with #C02D40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02D40; }

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

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

background-color css

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

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

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

border-color css

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

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

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