#C14046

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

Shades of Brick Red #C14046

Tints of Brick Red #C14046

Color information

#C14046 (or 0xC14046) is unknown color: approx Brick Red. HEX triplet: C1, 40 and 46. RGB value is (193,64,70). Sum of RGB (Red+Green+Blue) = 193+64+70=327 (43% of max value = 765). Red value is 193 (75.78% from 255 or 59.02% from 327); Green value is 64 (25.39% from 255 or 19.57% from 327); Blue value is 70 (27.73% from 255 or 21.41% from 327); Max value from RGB is 193 - color contains mainly: red. Hex color #C14046 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C14046 is #3EBFB9. Grayscale: #676767. Windows color (decimal): -4112314 or 4604097. OLE color: 4604097.

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

Color convert

RGB1936470-
CMYK00.670.640.24
HSL357.21º50.99%50.39%-
HSV(B)357.21º66.84%75.69%-
XYZ24.9315.457.46-
YUV103.26109.24192.01-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 59.02%
GREEN value IS 64 (25.39% from 255) = 19.57%
BLUE value IS 70 (27.73% from 255) = 21.41%
R=59.02%
G=19.57%
B=21.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.64
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193647000.670.640.24357.2150.9950.39
HexC1404604340181653332
Octal3011001060103100305456362
Binary110000011000000100011001000011100000011000101100101110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C14046; }

 p { color: rgb(193,64,70); }

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

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

 a { background-color: rgb(193,64,70); }

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

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

 span { border-color: rgb(193,64,70); }

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