#C53E46

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

Shades of Brick Red #C53E46

Tints of Brick Red #C53E46

Color information

#C53E46 (or 0xC53E46) is unknown color: approx Brick Red. HEX triplet: C5, 3E and 46. RGB value is (197,62,70). Sum of RGB (Red+Green+Blue) = 197+62+70=329 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.88% from 329); Green value is 62 (24.61% from 255 or 18.84% from 329); Blue value is 70 (27.73% from 255 or 21.28% from 329); Max value from RGB is 197 - color contains mainly: red. Hex color #C53E46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53E46 is #3AC1B9. Grayscale: #676767. Windows color (decimal): -3850682 or 4603589. OLE color: 4603589.

HSL color Cylindrical-coordinate representation of color #C53E46: hue angle of 356.44º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C53E46 is Cyan = 0, Magento = 0.69, Yellow = 0.64 and Black (K on CMYK) = 0.23.

Color convert

RGB1976270-
CMYK00.690.640.23
HSL356.44º53.78%50.78%-
HSV(B)356.44º68.53%77.25%-
XYZ25.8515.767.47-
YUV103.28109.23194.85-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 59.88%
GREEN value IS 62 (24.61% from 255) = 18.84%
BLUE value IS 70 (27.73% from 255) = 21.28%
R=59.88%
G=18.84%
B=21.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.64
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197627000.690.640.23356.4453.7850.78
HexC53E4604540171643633
Octal305761060105100275446663
Binary11000101111110100011001000101100000010111101100100110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C53E46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C53E46; }

 p { color: rgb(197,62,70); }

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

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

 a { background-color: rgb(197,62,70); }

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

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

 span { border-color: rgb(197,62,70); }

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