#C13A42

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

Shades of Brick Red #C13A42

Tints of Brick Red #C13A42

Color information

#C13A42 (or 0xC13A42) is unknown color: approx Brick Red. HEX triplet: C1, 3A and 42. RGB value is (193,58,66). Sum of RGB (Red+Green+Blue) = 193+58+66=317 (41% of max value = 765). Red value is 193 (75.78% from 255 or 60.88% from 317); Green value is 58 (23.05% from 255 or 18.30% from 317); Blue value is 66 (26.17% from 255 or 20.82% from 317); Max value from RGB is 193 - color contains mainly: red. Hex color #C13A42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13A42 is #3EC5BD. Grayscale: #636363. Windows color (decimal): -4113854 or 4340417. OLE color: 4340417.

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

Color convert

RGB1935866-
CMYK00.700.660.24
HSL356.44º53.78%49.22%-
HSV(B)356.44º69.95%75.69%-
XYZ24.4914.766.71-
YUV99.28109.23194.85-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 60.88%
GREEN value IS 58 (23.05% from 255) = 18.30%
BLUE value IS 66 (26.17% from 255) = 20.82%
R=60.88%
G=18.30%
B=20.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.66
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193586600.700.660.24356.4453.7849.22
HexC13A4204642181643631
Octal301721020106102305446661
Binary11000001111010100001001000110100001011000101100100110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C13A42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C13A42; }

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

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

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

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

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

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

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

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