Html Css Color HEX #C42937 Brick Red

📋 copy color: '#C42937'

red 196 ◦ green 41 ◦ blue 55

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

Shades of Brick Red #C42937

Tints of Brick Red #C42937

RGB

 RED value IS 196 (76.95% from 255) = 67.12%

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

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

R = 67.12%
G = 14.04%
B = 18.84%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.72

 K value IS 0.23

RGB Variations

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

Color information

#C42937 (or 0xC42937) is known color: Brick Red. HEX triplet: C4, 29 and 37. RGB value is (196,41,55). Sum of RGB (Red+Green+Blue) = 196+41+55=292 (38% of max value = 765). Red value is 196 (76.95% from 255 or 67.12% from 292); Green value is 41 (16.41% from 255 or 14.04% from 292); Blue value is 55 (21.88% from 255 or 18.84% from 292); Max value from RGB is 196 - color contains mainly: red. Hex color #C42937 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C42937 is #3BD6C8. Grayscale: #595959. Windows color (decimal): -3921609 or 3615172. OLE color: 3615172.

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

Color convert

RGB 196 41 55 -
CMYK 0 0.79 0.72 0.23
HSL 354.58º 0.65% 0.46% -
HSV(B) 354.58º 0.79% 0.77% -
XYZ 24.25 13.6 4.96 -
YUV 88.94 108.85 204.36 -
System Red Green Blue C M Y K H S L
Decimal 196 41 55 0 0.79 0.72 0.23 354.58 0.65 0.46
Hex C4 29 37 0 4F 48 17 163 41 2E
Octal 304 51 67 0 117 110 27 543 101 56
Binary 11000100 101001 110111 0 1001111 1001000 10111 101100011 1000001 101110

Color Harmonies of #C42937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42937

Black with #C42937

Text Example


Text Example

White with #C42937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42937; }

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

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

background-color css

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

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

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

border-color css

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

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

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