Html Css Color HEX #C02A3E Brick Red

📋 copy color: '#C02A3E'

red 192 ◦ green 42 ◦ blue 62

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

Shades of Brick Red #C02A3E

Tints of Brick Red #C02A3E

RGB

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

 GREEN value IS 42 (16.8% from 255) = 14.19%

 BLUE value IS 62 (24.61% from 255) = 20.95%

R = 64.86%
G = 14.19%
B = 20.95%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#C02A3E (or 0xC02A3E) is known color: Brick Red. HEX triplet: C0, 2A and 3E. RGB value is (192,42,62). Sum of RGB (Red+Green+Blue) = 192+42+62=296 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64.86% from 296); Green value is 42 (16.80% from 255 or 14.19% from 296); Blue value is 62 (24.61% from 255 or 20.95% from 296); Max value from RGB is 192 - color contains mainly: red. Hex color #C02A3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02A3E is #3FD5C1. Grayscale: #595959. Windows color (decimal): -4183490 or 4074176. OLE color: 4074176.

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

Color convert

RGB 192 42 62 -
CMYK 0 0.78 0.68 0.25
HSL 352º 0.64% 0.46% -
HSV(B) 352º 0.78% 0.75% -
XYZ 23.44 13.21 5.87 -
YUV 89.13 112.7 201.37 -
System Red Green Blue C M Y K H S L
Decimal 192 42 62 0 0.78 0.68 0.25 352 0.64 0.46
Hex C0 2A 3E 0 4E 44 19 160 40 2E
Octal 300 52 76 0 116 104 31 540 100 56
Binary 11000000 101010 111110 0 1001110 1000100 11001 101100000 1000000 101110

Color Harmonies of #C02A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02A3E

Black with #C02A3E

Text Example


Text Example

White with #C02A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02A3E; }

 p { color: rgb(192,42,62); }

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

background-color css

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

 a { background-color: rgb(192,42,62); }

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

border-color css

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

 span { border-color: rgb(192,42,62); }

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