Html Css Color HEX #C02937 Brick Red

📋 copy color: '#C02937'

red 192 ◦ green 41 ◦ blue 55

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

Shades of Brick Red #C02937

Tints of Brick Red #C02937

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.24%

 BLUE value IS 55 (21.88% from 255) = 19.1%

R = 66.67%
G = 14.24%
B = 19.1%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.71

 K value IS 0.25

RGB Variations

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

Color information

#C02937 (or 0xC02937) is known color: Brick Red. HEX triplet: C0, 29 and 37. RGB value is (192,41,55). Sum of RGB (Red+Green+Blue) = 192+41+55=288 (38% of max value = 765). Red value is 192 (75.39% from 255 or 66.67% from 288); Green value is 41 (16.41% from 255 or 14.24% from 288); Blue value is 55 (21.88% from 255 or 19.10% from 288); Max value from RGB is 192 - color contains mainly: red. Hex color #C02937 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02937 is #3FD6C8. Grayscale: #575757. Windows color (decimal): -4183753 or 3615168. OLE color: 3615168.

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

Color convert

RGB 192 41 55 -
CMYK 0 0.79 0.71 0.25
HSL 354.44º 0.65% 0.46% -
HSV(B) 354.44º 0.79% 0.75% -
XYZ 23.22 13.07 4.91 -
YUV 87.75 109.53 202.36 -
System Red Green Blue C M Y K H S L
Decimal 192 41 55 0 0.79 0.71 0.25 354.44 0.65 0.46
Hex C0 29 37 0 4F 47 19 162 41 2E
Octal 300 51 67 0 117 107 31 542 101 56
Binary 11000000 101001 110111 0 1001111 1000111 11001 101100010 1000001 101110

Color Harmonies of #C02937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02937

Black with #C02937

Text Example


Text Example

White with #C02937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02937; }

 p { color: rgb(192,41,55); }

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

background-color css

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

 a { background-color: rgb(192,41,55); }

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

border-color css

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

 span { border-color: rgb(192,41,55); }

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