#C43644

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

Shades of Brick Red #C43644

Tints of Brick Red #C43644

Color information

#C43644 (or 0xC43644) is unknown color: approx Brick Red. HEX triplet: C4, 36 and 44. RGB value is (196,54,68). Sum of RGB (Red+Green+Blue) = 196+54+68=318 (42% of max value = 765). Red value is 196 (76.95% from 255 or 61.64% from 318); Green value is 54 (21.48% from 255 or 16.98% from 318); Blue value is 68 (26.95% from 255 or 21.38% from 318); Max value from RGB is 196 - color contains mainly: red. Hex color #C43644 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43644 is #3BC9BB. Grayscale: #626262. Windows color (decimal): -3918268 or 4470468. OLE color: 4470468.

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

Color convert

RGB1965468-
CMYK00.720.650.23
HSL354.08º56.8%49.02%-
HSV(B)354.08º72.45%76.86%-
XYZ25.1314.797-
YUV98.05111.04197.86-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 61.64%
GREEN value IS 54 (21.48% from 255) = 16.98%
BLUE value IS 68 (26.95% from 255) = 21.38%
R=61.64%
G=16.98%
B=21.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.65
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196546800.720.650.23354.0856.849.02
HexC4364404841171623931
Octal304661040110101275427161
Binary11000100110110100010001001000100000110111101100010111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C43644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C43644; }

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

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

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

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

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

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

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

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