#C43B44

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

Shades of Brick Red #C43B44

Tints of Brick Red #C43B44

Color information

#C43B44 (or 0xC43B44) is unknown color: approx Brick Red. HEX triplet: C4, 3B and 44. RGB value is (196,59,68). Sum of RGB (Red+Green+Blue) = 196+59+68=323 (42% of max value = 765). Red value is 196 (76.95% from 255 or 60.68% from 323); Green value is 59 (23.44% from 255 or 18.27% from 323); Blue value is 68 (26.95% from 255 or 21.05% from 323); Max value from RGB is 196 - color contains mainly: red. Hex color #C43B44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43B44 is #3BC4BB. Grayscale: #656565. Windows color (decimal): -3916988 or 4471748. OLE color: 4471748.

HSL color Cylindrical-coordinate representation of color #C43B44: hue angle of 356.06º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C43B44 is Cyan = 0, Magento = 0.70, Yellow = 0.65 and Black (K on CMYK) = 0.23.

Color convert

RGB1965968-
CMYK00.700.650.23
HSL356.06º53.73%50%-
HSV(B)356.06º69.9%76.86%-
XYZ25.3715.287.08-
YUV100.99109.39195.77-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 60.68%
GREEN value IS 59 (23.44% from 255) = 18.27%
BLUE value IS 68 (26.95% from 255) = 21.05%
R=60.68%
G=18.27%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.65
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196596800.700.650.23356.0653.7350
HexC43B4404641171643632
Octal304731040106101275446662
Binary11000100111011100010001000110100000110111101100100110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C43B44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C43B44; }

 p { color: rgb(196,59,68); }

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

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

 a { background-color: rgb(196,59,68); }

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

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

 span { border-color: rgb(196,59,68); }

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