#951522

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

Shades of Carmine #951522

Tints of Carmine #951522

Color information

#951522 (or 0x951522) is unknown color: approx Carmine. HEX triplet: 95, 15 and 22. RGB value is (149,21,34). Sum of RGB (Red+Green+Blue) = 149+21+34=204 (27% of max value = 765). Red value is 149 (58.59% from 255 or 73.04% from 204); Green value is 21 (8.59% from 255 or 10.29% from 204); Blue value is 34 (13.67% from 255 or 16.67% from 204); Max value from RGB is 149 - color contains mainly: red. Hex color #951522 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #951522 is #6AEADD. Grayscale: #3C3C3C. Windows color (decimal): -7006942 or 2233749. OLE color: 2233749.

HSL color Cylindrical-coordinate representation of color #951522: hue angle of 353.91º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #951522 is Cyan = 0, Magento = 0.86, Yellow = 0.77 and Black (K on CMYK) = 0.42.

Color convert

RGB1492134-
CMYK00.860.770.42
HSL353.91º75.29%33.33%-
HSV(B)353.91º85.91%58.43%-
XYZ12.957.042.19-
YUV60.75112.91190.94-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 73.04%
GREEN value IS 21 (8.59% from 255) = 10.29%
BLUE value IS 34 (13.67% from 255) = 16.67%
R=73.04%
G=10.29%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.77
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149213400.860.770.42353.9175.2933.33
Hex9515220564D2A1624b21
Octal225254201261155254211341
Binary10010101101011000100101011010011011010101011000101001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #951522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #951522; }

 p { color: rgb(149,21,34); }

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

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

 a { background-color: rgb(149,21,34); }

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

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

 span { border-color: rgb(149,21,34); }

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