#C13D45

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

Shades of Brick Red #C13D45

Tints of Brick Red #C13D45

Color information

#C13D45 (or 0xC13D45) is unknown color: approx Brick Red. HEX triplet: C1, 3D and 45. RGB value is (193,61,69). Sum of RGB (Red+Green+Blue) = 193+61+69=323 (42% of max value = 765). Red value is 193 (75.78% from 255 or 59.75% from 323); Green value is 61 (24.22% from 255 or 18.89% from 323); Blue value is 69 (27.34% from 255 or 21.36% from 323); Max value from RGB is 193 - color contains mainly: red. Hex color #C13D45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13D45 is #3EC2BA. Grayscale: #656565. Windows color (decimal): -4113083 or 4537793. OLE color: 4537793.

HSL color Cylindrical-coordinate representation of color #C13D45: hue angle of 356.36º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C13D45 is Cyan = 0, Magento = 0.68, Yellow = 0.64 and Black (K on CMYK) = 0.24.

Color convert

RGB1936169-
CMYK00.680.640.24
HSL356.36º51.97%49.8%-
HSV(B)356.36º68.39%75.69%-
XYZ24.7415.17.24-
YUV101.38109.73193.35-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 59.75%
GREEN value IS 61 (24.22% from 255) = 18.89%
BLUE value IS 69 (27.34% from 255) = 21.36%
R=59.75%
G=18.89%
B=21.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.64
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193616900.680.640.24356.3651.9749.8
HexC13D4504440181643432
Octal301751050104100305446462
Binary11000001111101100010101000100100000011000101100100110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C13D45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C13D45; }

 p { color: rgb(193,61,69); }

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

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

 a { background-color: rgb(193,61,69); }

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

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

 span { border-color: rgb(193,61,69); }

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