#C53842

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

Shades of Brick Red #C53842

Tints of Brick Red #C53842

Color information

#C53842 (or 0xC53842) is unknown color: approx Brick Red. HEX triplet: C5, 38 and 42. RGB value is (197,56,66). Sum of RGB (Red+Green+Blue) = 197+56+66=319 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.76% from 319); Green value is 56 (22.27% from 255 or 17.55% from 319); Blue value is 66 (26.17% from 255 or 20.69% from 319); Max value from RGB is 197 - color contains mainly: red. Hex color #C53842 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53842 is #3AC7BD. Grayscale: #636363. Windows color (decimal): -3852222 or 4339909. OLE color: 4339909.

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

Color convert

RGB1975666-
CMYK00.720.660.23
HSL355.74º55.73%49.61%-
HSV(B)355.74º71.57%77.25%-
XYZ25.4215.096.73-
YUV99.3109.21197.69-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 61.76%
GREEN value IS 56 (22.27% from 255) = 17.55%
BLUE value IS 66 (26.17% from 255) = 20.69%
R=61.76%
G=17.55%
B=20.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.66
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197566600.720.660.23355.7455.7349.61
HexC5384204842171643832
Octal305701020110102275447062
Binary11000101111000100001001001000100001010111101100100111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C53842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C53842; }

 p { color: rgb(197,56,66); }

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

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

 a { background-color: rgb(197,56,66); }

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

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

 span { border-color: rgb(197,56,66); }

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