#c43a48

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

Shades of Brick Red #C43A48

Tints of Brick Red #C43A48

Color information

#C43A48 (or 0xC43A48) is unknown color: approx Brick Red. HEX triplet: C4, 3A and 48. RGB value is (196,58,72). Sum of RGB (Red+Green+Blue) = 196+58+72=326 (43% of max value = 765). Red value is 196 (76.95% from 255 or 60.12% from 326); Green value is 58 (23.05% from 255 or 17.79% from 326); Blue value is 72 (28.52% from 255 or 22.09% from 326); Max value from RGB is 196 - color contains mainly: red. Hex color #C43A48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43A48 is #3BC5B7. Grayscale: #646464. Windows color (decimal): -3917240 or 4733636. OLE color: 4733636.

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

Color convert

RGB1965872-
CMYK00.700.630.23
HSL353.91º54.33%49.8%-
HSV(B)353.91º70.41%76.86%-
XYZ25.4515.237.73-
YUV100.86111.72195.86-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 60.12%
GREEN value IS 58 (23.05% from 255) = 17.79%
BLUE value IS 72 (28.52% from 255) = 22.09%
R=60.12%
G=17.79%
B=22.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.63
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196587200.700.630.23353.9154.3349.8
HexC43A480463F171623632
Octal30472110010677275426662
Binary1100010011101010010000100011011111110111101100010110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c43a48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c43a48; }

 p { color: rgb(196,58,72); }

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

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

 a { background-color: rgb(196,58,72); }

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

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

 span { border-color: rgb(196,58,72); }

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