#C43A43

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

Shades of Brick Red #C43A43

Tints of Brick Red #C43A43

Color information

#C43A43 (or 0xC43A43) is unknown color: approx Brick Red. HEX triplet: C4, 3A and 43. RGB value is (196,58,67). Sum of RGB (Red+Green+Blue) = 196+58+67=321 (42% of max value = 765). Red value is 196 (76.95% from 255 or 61.06% from 321); Green value is 58 (23.05% from 255 or 18.07% from 321); Blue value is 67 (26.56% from 255 or 20.87% from 321); Max value from RGB is 196 - color contains mainly: red. Hex color #C43A43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43A43 is #3BC5BC. Grayscale: #646464. Windows color (decimal): -3917245 or 4405956. OLE color: 4405956.

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

Color convert

RGB1965867-
CMYK00.700.660.23
HSL356.09º54.33%49.8%-
HSV(B)356.09º70.41%76.86%-
XYZ25.2915.176.9-
YUV100.29109.22196.27-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 61.06%
GREEN value IS 58 (23.05% from 255) = 18.07%
BLUE value IS 67 (26.56% from 255) = 20.87%
R=61.06%
G=18.07%
B=20.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.66
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196586700.700.660.23356.0954.3349.8
HexC43A4304642171643632
Octal304721030106102275446662
Binary11000100111010100001101000110100001010111101100100110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C43A43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C43A43; }

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

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

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

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

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

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

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

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