#951020

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

Shades of Carmine #951020

Tints of Carmine #951020

Color information

#951020 (or 0x951020) is unknown color: approx Carmine. HEX triplet: 95, 10 and 20. RGB value is (149,16,32). Sum of RGB (Red+Green+Blue) = 149+16+32=197 (26% of max value = 765). Red value is 149 (58.59% from 255 or 75.63% from 197); Green value is 16 (6.64% from 255 or 8.12% from 197); Blue value is 32 (12.89% from 255 or 16.24% from 197); Max value from RGB is 149 - color contains mainly: red. Hex color #951020 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #951020 is #6AEFDF. Grayscale: #393939. Windows color (decimal): -7008224 or 2101397. OLE color: 2101397.

HSL color Cylindrical-coordinate representation of color #951020: hue angle of 352.78º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #951020 is Cyan = 0, Magento = 0.89, Yellow = 0.79 and Black (K on CMYK) = 0.42.

Color convert

RGB1491632-
CMYK00.890.790.42
HSL352.78º80.61%32.35%-
HSV(B)352.78º89.26%58.43%-
XYZ12.846.862.01-
YUV57.59113.56193.2-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 75.63%
GREEN value IS 16 (6.64% from 255) = 8.12%
BLUE value IS 32 (12.89% from 255) = 16.24%
R=75.63%
G=8.12%
B=16.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.79
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149163200.890.790.42352.7880.6132.35
Hex9510200594F2A1615120
Octal225204001311175254112140
Binary10010101100001000000101100110011111010101011000011010001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #951020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #951020; }

 p { color: rgb(149,16,32); }

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

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

 a { background-color: rgb(149,16,32); }

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

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

 span { border-color: rgb(149,16,32); }

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