#951021

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

Shades of Carmine #951021

Tints of Carmine #951021

Color information

#951021 (or 0x951021) is unknown color: approx Carmine. HEX triplet: 95, 10 and 21. RGB value is (149,16,33). Sum of RGB (Red+Green+Blue) = 149+16+33=198 (26% of max value = 765). Red value is 149 (58.59% from 255 or 75.25% from 198); Green value is 16 (6.64% from 255 or 8.08% from 198); Blue value is 33 (13.28% from 255 or 16.67% from 198); Max value from RGB is 149 - color contains mainly: red. Hex color #951021 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #951021 is #6AEFDE. Grayscale: #393939. Windows color (decimal): -7008223 or 2166933. OLE color: 2166933.

HSL color Cylindrical-coordinate representation of color #951021: hue angle of 352.33º 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 #951021 is Cyan = 0, Magento = 0.89, Yellow = 0.78 and Black (K on CMYK) = 0.42.

Color convert

RGB1491633-
CMYK00.890.780.42
HSL352.33º80.61%32.35%-
HSV(B)352.33º89.26%58.43%-
XYZ12.856.872.09-
YUV57.7114.06193.12-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 75.25%
GREEN value IS 16 (6.64% from 255) = 8.08%
BLUE value IS 33 (13.28% from 255) = 16.67%
R=75.25%
G=8.08%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.78
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149163300.890.780.42352.3380.6132.35
Hex9510210594E2A1605120
Octal225204101311165254012140
Binary10010101100001000010101100110011101010101011000001010001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #951021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #951021; }

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

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

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

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

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

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

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

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