#c53843

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

Shades of Brick Red #C53843

Tints of Brick Red #C53843

Color information

#C53843 (or 0xC53843) is unknown color: approx Brick Red. HEX triplet: C5, 38 and 43. RGB value is (197,56,67). Sum of RGB (Red+Green+Blue) = 197+56+67=320 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.56% from 320); Green value is 56 (22.27% from 255 or 17.5% from 320); Blue value is 67 (26.56% from 255 or 20.94% from 320); Max value from RGB is 197 - color contains mainly: red. Hex color #C53843 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53843 is #3AC7BC. Grayscale: #636363. Windows color (decimal): -3852221 or 4405445. OLE color: 4405445.

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

Color convert

RGB1975667-
CMYK00.720.660.23
HSL355.32º55.73%49.61%-
HSV(B)355.32º71.57%77.25%-
XYZ25.4515.16.88-
YUV99.41109.71197.61-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 61.56%
GREEN value IS 56 (22.27% from 255) = 17.5%
BLUE value IS 67 (26.56% from 255) = 20.94%
R=61.56%
G=17.5%
B=20.94%

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
Decimal197566700.720.660.23355.3255.7349.61
HexC5384304842171633832
Octal305701030110102275437062
Binary11000101111000100001101001000100001010111101100011111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c53843

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c53843; }

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

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

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

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

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

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

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

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