#960826

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

Shades of Carmine #960826

Tints of Carmine #960826

Color information

#960826 (or 0x960826) is unknown color: approx Carmine. HEX triplet: 96, 08 and 26. RGB value is (150,8,38). Sum of RGB (Red+Green+Blue) = 150+8+38=196 (25% of max value = 765). Red value is 150 (58.98% from 255 or 76.53% from 196); Green value is 8 (3.52% from 255 or 4.08% from 196); Blue value is 38 (15.23% from 255 or 19.39% from 196); Max value from RGB is 150 - color contains mainly: red. Hex color #960826 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #960826 is #69F7D9. Grayscale: #353535. Windows color (decimal): -6944730 or 2492566. OLE color: 2492566.

HSL color Cylindrical-coordinate representation of color #960826: hue angle of 347.32º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #960826 is Cyan = 0, Magento = 0.95, Yellow = 0.75 and Black (K on CMYK) = 0.41.

Color convert

RGB150838-
CMYK00.950.750.41
HSL347.32º89.87%30.98%-
HSV(B)347.32º94.67%58.82%-
XYZ13.016.82.46-
YUV53.88119.04196.56-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 76.53%
GREEN value IS 8 (3.52% from 255) = 4.08%
BLUE value IS 38 (15.23% from 255) = 19.39%
R=76.53%
G=4.08%
B=19.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.75
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15083800.950.750.41347.3289.8730.98
Hex9682605F4B2915b5a1f
Octal226104601371135153313237
Binary100101101000100110010111111001011101001101011011101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #960826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #960826; }

 p { color: rgb(150,8,38); }

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

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

 a { background-color: rgb(150,8,38); }

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

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

 span { border-color: rgb(150,8,38); }

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