#C13042

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

Shades of Brick Red #C13042

Tints of Brick Red #C13042

Color information

#C13042 (or 0xC13042) is unknown color: approx Brick Red. HEX triplet: C1, 30 and 42. RGB value is (193,48,66). Sum of RGB (Red+Green+Blue) = 193+48+66=307 (40% of max value = 765). Red value is 193 (75.78% from 255 or 62.87% from 307); Green value is 48 (19.14% from 255 or 15.64% from 307); Blue value is 66 (26.17% from 255 or 21.50% from 307); Max value from RGB is 193 - color contains mainly: red. Hex color #C13042 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13042 is #3ECFBD. Grayscale: #5D5D5D. Windows color (decimal): -4116414 or 4337857. OLE color: 4337857.

HSL color Cylindrical-coordinate representation of color #C13042: hue angle of 352.55º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C13042 is Cyan = 0, Magento = 0.75, Yellow = 0.66 and Black (K on CMYK) = 0.24.

Color convert

RGB1934866-
CMYK00.750.660.24
HSL352.55º60.17%47.25%-
HSV(B)352.55º75.13%75.69%-
XYZ24.0313.846.56-
YUV93.41112.54199.04-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 62.87%
GREEN value IS 48 (19.14% from 255) = 15.64%
BLUE value IS 66 (26.17% from 255) = 21.50%
R=62.87%
G=15.64%
B=21.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.66
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193486600.750.660.24352.5560.1747.25
HexC1304204B42181613c2f
Octal301601020113102305417457
Binary11000001110000100001001001011100001011000101100001111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C13042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C13042; }

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

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

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

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

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

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

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

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