#C42936

Color #C42936 Brick Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brick Red #C42936

Tints of Brick Red #C42936

Color information

#C42936 (or 0xC42936) is unknown color: approx Brick Red. HEX triplet: C4, 29 and 36. RGB value is (196,41,54). Sum of RGB (Red+Green+Blue) = 196+41+54=291 (38% of max value = 765). Red value is 196 (76.95% from 255 or 67.35% from 291); Green value is 41 (16.41% from 255 or 14.09% from 291); Blue value is 54 (21.48% from 255 or 18.56% from 291); Max value from RGB is 196 - color contains mainly: red. Hex color #C42936 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C42936 is #3BD6C9. Grayscale: #585858. Windows color (decimal): -3921610 or 3549636. OLE color: 3549636.

HSL color Cylindrical-coordinate representation of color #C42936: hue angle of 354.97º 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 #C42936 is Cyan = 0, Magento = 0.79, Yellow = 0.72 and Black (K on CMYK) = 0.23.

Color convert

RGB1964154-
CMYK00.790.720.23
HSL354.97º65.4%46.47%-
HSV(B)354.97º79.08%76.86%-
XYZ24.2213.594.84-
YUV88.83108.35204.44-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 67.35%
GREEN value IS 41 (16.41% from 255) = 14.09%
BLUE value IS 54 (21.48% from 255) = 18.56%
R=67.35%
G=14.09%
B=18.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.72
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196415400.790.720.23354.9765.446.47
HexC4293604F4817163412e
Octal304516601171102754310156
Binary11000100101001110110010011111001000101111011000111000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C42936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C42936; }

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

 H1.HeaderClassName
 {
   color: #C42936;
 }
 .AnyTagClassName
 {
   color: #C42936;
 }
</style>
background-color css

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

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

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

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

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

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