#C42B40

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

Shades of Brick Red #C42B40

Tints of Brick Red #C42B40

Color information

#C42B40 (or 0xC42B40) is unknown color: approx Brick Red. HEX triplet: C4, 2B and 40. RGB value is (196,43,64). Sum of RGB (Red+Green+Blue) = 196+43+64=303 (40% of max value = 765). Red value is 196 (76.95% from 255 or 64.69% from 303); Green value is 43 (17.19% from 255 or 14.19% from 303); Blue value is 64 (25.39% from 255 or 21.12% from 303); Max value from RGB is 196 - color contains mainly: red. Hex color #C42B40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C42B40 is #3BD4BF. Grayscale: #5B5B5B. Windows color (decimal): -3921088 or 4205508. OLE color: 4205508.

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

Color convert

RGB1964364-
CMYK00.780.670.23
HSL351.76º64.02%46.86%-
HSV(B)351.76º78.06%76.86%-
XYZ24.5513.836.23-
YUV91.14112.69202.79-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 64.69%
GREEN value IS 43 (17.19% from 255) = 14.19%
BLUE value IS 64 (25.39% from 255) = 21.12%
R=64.69%
G=14.19%
B=21.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.67
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196436400.780.670.23351.7664.0246.86
HexC42B4004E4317160402f
Octal3045310001161032754010057
Binary110001001010111000000010011101000011101111011000001000000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C42B40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C42B40; }

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

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

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

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

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

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

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

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