#c13a47

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

Shades of Brick Red #C13A47

Tints of Brick Red #C13A47

Color information

#C13A47 (or 0xC13A47) is unknown color: approx Brick Red. HEX triplet: C1, 3A and 47. RGB value is (193,58,71). Sum of RGB (Red+Green+Blue) = 193+58+71=322 (42% of max value = 765). Red value is 193 (75.78% from 255 or 59.94% from 322); Green value is 58 (23.05% from 255 or 18.01% from 322); Blue value is 71 (28.12% from 255 or 22.05% from 322); Max value from RGB is 193 - color contains mainly: red. Hex color #C13A47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13A47 is #3EC5B8. Grayscale: #636363. Windows color (decimal): -4113849 or 4668097. OLE color: 4668097.

HSL color Cylindrical-coordinate representation of color #C13A47: hue angle of 354.22º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C13A47 is Cyan = 0, Magento = 0.70, Yellow = 0.63 and Black (K on CMYK) = 0.24.

Color convert

RGB1935871-
CMYK00.700.630.24
HSL354.22º53.78%49.22%-
HSV(B)354.22º69.95%75.69%-
XYZ24.6414.827.52-
YUV99.85111.73194.44-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 59.94%
GREEN value IS 58 (23.05% from 255) = 18.01%
BLUE value IS 71 (28.12% from 255) = 22.05%
R=59.94%
G=18.01%
B=22.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.63
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193587100.700.630.24354.2253.7849.22
HexC13A470463F181623631
Octal30172107010677305426661
Binary1100000111101010001110100011011111111000101100010110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c13a47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c13a47; }

 p { color: rgb(193,58,71); }

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

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

 a { background-color: rgb(193,58,71); }

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

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

 span { border-color: rgb(193,58,71); }

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