#C42840

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

Shades of Brick Red #C42840

Tints of Brick Red #C42840

Color information

#C42840 (or 0xC42840) is unknown color: approx Brick Red. HEX triplet: C4, 28 and 40. RGB value is (196,40,64). Sum of RGB (Red+Green+Blue) = 196+40+64=300 (39% of max value = 765). Red value is 196 (76.95% from 255 or 65.33% from 300); Green value is 40 (16.02% from 255 or 13.33% from 300); Blue value is 64 (25.39% from 255 or 21.33% from 300); Max value from RGB is 196 - color contains mainly: red. Hex color #C42840 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C42840 is #3BD7BF. Grayscale: #595959. Windows color (decimal): -3921856 or 4204740. OLE color: 4204740.

HSL color Cylindrical-coordinate representation of color #C42840: hue angle of 350.77º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C42840 is Cyan = 0, Magento = 0.80, Yellow = 0.67 and Black (K on CMYK) = 0.23.

Color convert

RGB1964064-
CMYK00.800.670.23
HSL350.77º66.1%46.27%-
HSV(B)350.77º79.59%76.86%-
XYZ24.4513.626.19-
YUV89.38113.68204.05-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 65.33%
GREEN value IS 40 (16.02% from 255) = 13.33%
BLUE value IS 64 (25.39% from 255) = 21.33%
R=65.33%
G=13.33%
B=21.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.67
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196406400.800.670.23350.7766.146.27
HexC42840050431715f422e
Octal3045010001201032753710256
Binary110001001010001000000010100001000011101111010111111000010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C42840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C42840; }

 p { color: rgb(196,40,64); }

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

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

 a { background-color: rgb(196,40,64); }

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

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

 span { border-color: rgb(196,40,64); }

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