#C42B43

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

Shades of Brick Red #C42B43

Tints of Brick Red #C42B43

Color information

#C42B43 (or 0xC42B43) is unknown color: approx Brick Red. HEX triplet: C4, 2B and 43. RGB value is (196,43,67). Sum of RGB (Red+Green+Blue) = 196+43+67=306 (40% of max value = 765). Red value is 196 (76.95% from 255 or 64.05% from 306); Green value is 43 (17.19% from 255 or 14.05% from 306); Blue value is 67 (26.56% from 255 or 21.90% from 306); Max value from RGB is 196 - color contains mainly: red. Hex color #C42B43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C42B43 is #3BD4BC. Grayscale: #5B5B5B. Windows color (decimal): -3921085 or 4402116. OLE color: 4402116.

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

Color convert

RGB1964367-
CMYK00.780.660.23
HSL350.59º64.02%46.86%-
HSV(B)350.59º78.06%76.86%-
XYZ24.6413.876.69-
YUV91.48114.19202.55-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 64.05%
GREEN value IS 43 (17.19% from 255) = 14.05%
BLUE value IS 67 (26.56% from 255) = 21.90%
R=64.05%
G=14.05%
B=21.90%

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
Decimal196436700.780.660.23350.5964.0246.86
HexC42B4304E421715f402f
Octal3045310301161022753710057
Binary110001001010111000011010011101000010101111010111111000000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C42B43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C42B43; }

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

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

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

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

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

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

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

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