#C43345

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

Shades of Brick Red #C43345

Tints of Brick Red #C43345

Color information

#C43345 (or 0xC43345) is unknown color: approx Brick Red. HEX triplet: C4, 33 and 45. RGB value is (196,51,69). Sum of RGB (Red+Green+Blue) = 196+51+69=316 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.03% from 316); Green value is 51 (20.31% from 255 or 16.14% from 316); Blue value is 69 (27.34% from 255 or 21.84% from 316); Max value from RGB is 196 - color contains mainly: red. Hex color #C43345 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43345 is #3BCCBA. Grayscale: #606060. Windows color (decimal): -3919035 or 4535236. OLE color: 4535236.

HSL color Cylindrical-coordinate representation of color #C43345: hue angle of 352.55º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C43345 is Cyan = 0, Magento = 0.74, Yellow = 0.65 and Black (K on CMYK) = 0.23.

Color convert

RGB1965169-
CMYK00.740.650.23
HSL352.55º58.7%48.43%-
HSV(B)352.55º73.98%76.86%-
XYZ25.0214.537.12-
YUV96.41112.54199.04-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 62.03%
GREEN value IS 51 (20.31% from 255) = 16.14%
BLUE value IS 69 (27.34% from 255) = 21.84%
R=62.03%
G=16.14%
B=21.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.65
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196516900.740.650.23352.5558.748.43
HexC4334504A41171613b30
Octal304631050112101275417360
Binary11000100110011100010101001010100000110111101100001111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C43345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C43345; }

 p { color: rgb(196,51,69); }

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

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

 a { background-color: rgb(196,51,69); }

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

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

 span { border-color: rgb(196,51,69); }

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