#C13745

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

Shades of Brick Red #C13745

Tints of Brick Red #C13745

Color information

#C13745 (or 0xC13745) is unknown color: approx Brick Red. HEX triplet: C1, 37 and 45. RGB value is (193,55,69). Sum of RGB (Red+Green+Blue) = 193+55+69=317 (41% of max value = 765). Red value is 193 (75.78% from 255 or 60.88% from 317); Green value is 55 (21.88% from 255 or 17.35% from 317); Blue value is 69 (27.34% from 255 or 21.77% from 317); Max value from RGB is 193 - color contains mainly: red. Hex color #C13745 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13745 is #3EC8BA. Grayscale: #616161. Windows color (decimal): -4114619 or 4536257. OLE color: 4536257.

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

Color convert

RGB1935569-
CMYK00.720.640.24
HSL353.91º55.65%48.63%-
HSV(B)353.91º71.5%75.69%-
XYZ24.4314.57.14-
YUV97.86111.72195.86-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 60.88%
GREEN value IS 55 (21.88% from 255) = 17.35%
BLUE value IS 69 (27.34% from 255) = 21.77%
R=60.88%
G=17.35%
B=21.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.64
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193556900.720.640.24353.9155.6548.63
HexC1374504840181623831
Octal301671050110100305427061
Binary11000001110111100010101001000100000011000101100010111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C13745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C13745; }

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

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

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

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

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

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

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

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