Html Css Color HEX #C02E39 Brick Red

📋 copy color: '#C02E39'

red 192 ◦ green 46 ◦ blue 57

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

Shades of Brick Red #C02E39

Tints of Brick Red #C02E39

RGB

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

 GREEN value IS 46 (18.36% from 255) = 15.59%

 BLUE value IS 57 (22.66% from 255) = 19.32%

R = 65.08%
G = 15.59%
B = 19.32%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.70

 K value IS 0.25

RGB Variations

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

Color information

#C02E39 (or 0xC02E39) is known color: Brick Red. HEX triplet: C0, 2E and 39. RGB value is (192,46,57). Sum of RGB (Red+Green+Blue) = 192+46+57=295 (39% of max value = 765). Red value is 192 (75.39% from 255 or 65.08% from 295); Green value is 46 (18.36% from 255 or 15.59% from 295); Blue value is 57 (22.66% from 255 or 19.32% from 295); Max value from RGB is 192 - color contains mainly: red. Hex color #C02E39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02E39 is #3FD1C6. Grayscale: #5B5B5B. Windows color (decimal): -4182471 or 3747520. OLE color: 3747520.

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

Color convert

RGB 192 46 57 -
CMYK 0 0.76 0.70 0.25
HSL 355.48º 0.61% 0.47% -
HSV(B) 355.48º 0.76% 0.75% -
XYZ 23.45 13.46 5.23 -
YUV 90.91 108.87 200.11 -
System Red Green Blue C M Y K H S L
Decimal 192 46 57 0 0.76 0.70 0.25 355.48 0.61 0.47
Hex C0 2E 39 0 4C 46 19 163 3D 2F
Octal 300 56 71 0 114 106 31 543 75 57
Binary 11000000 101110 111001 0 1001100 1000110 11001 101100011 111101 101111

Color Harmonies of #C02E39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02E39

Black with #C02E39

Text Example


Text Example

White with #C02E39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02E39; }

 p { color: rgb(192,46,57); }

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

background-color css

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

 a { background-color: rgb(192,46,57); }

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

border-color css

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

 span { border-color: rgb(192,46,57); }

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