#C42B42

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

Shades of Brick Red #C42B42

Tints of Brick Red #C42B42

Color information

#C42B42 (or 0xC42B42) is unknown color: approx Brick Red. HEX triplet: C4, 2B and 42. RGB value is (196,43,66). Sum of RGB (Red+Green+Blue) = 196+43+66=305 (40% of max value = 765). Red value is 196 (76.95% from 255 or 64.26% from 305); Green value is 43 (17.19% from 255 or 14.10% from 305); Blue value is 66 (26.17% from 255 or 21.64% from 305); Max value from RGB is 196 - color contains mainly: red. Hex color #C42B42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C42B42 is #3BD4BD. Grayscale: #5B5B5B. Windows color (decimal): -3921086 or 4336580. OLE color: 4336580.

HSL color Cylindrical-coordinate representation of color #C42B42: hue angle of 350.98º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C42B42 is Cyan = 0, Magento = 0.78, Yellow = 0.66 and Black (K on CMYK) = 0.23.

Color convert

RGB1964366-
CMYK00.780.660.23
HSL350.98º64.02%46.86%-
HSV(B)350.98º78.06%76.86%-
XYZ24.6113.866.53-
YUV91.37113.69202.63-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 64.26%
GREEN value IS 43 (17.19% from 255) = 14.10%
BLUE value IS 66 (26.17% from 255) = 21.64%
R=64.26%
G=14.10%
B=21.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.66
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196436600.780.660.23350.9864.0246.86
HexC42B4204E421715f402f
Octal3045310201161022753710057
Binary110001001010111000010010011101000010101111010111111000000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C42B42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C42B42; }

 p { color: rgb(196,43,66); }

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

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

 a { background-color: rgb(196,43,66); }

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

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

 span { border-color: rgb(196,43,66); }

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