Html Css Color HEX #961026 Carmine

📋 copy color: '#961026'

red 150 ◦ green 16 ◦ blue 38

#961026
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Carmine #961026

Tints of Carmine #961026

RGB

 RED value IS 150 (58.98% from 255) = 73.53%

 GREEN value IS 16 (6.64% from 255) = 7.84%

 BLUE value IS 38 (15.23% from 255) = 18.63%

R = 73.53%
G = 7.84%
B = 18.63%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.75

 K value IS 0.41

RGB Variations

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

Color information

#961026 (or 0x961026) is known color: Carmine. HEX triplet: 96, 10 and 26. RGB value is (150,16,38). Sum of RGB (Red+Green+Blue) = 150+16+38=204 (27% of max value = 765). Red value is 150 (58.98% from 255 or 73.53% from 204); Green value is 16 (6.64% from 255 or 7.84% from 204); Blue value is 38 (15.23% from 255 or 18.63% from 204); Max value from RGB is 150 - color contains mainly: red. Hex color #961026 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #961026 is #69EFD9. Grayscale: #3A3A3A. Windows color (decimal): -6942682 or 2494614. OLE color: 2494614.

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

Color convert

RGB 150 16 38 -
CMYK 0 0.89 0.75 0.41
HSL 350.15º 0.81% 0.33% -
HSV(B) 350.15º 0.89% 0.59% -
XYZ 13.11 6.99 2.49 -
YUV 58.57 116.39 193.21 -
System Red Green Blue C M Y K H S L
Decimal 150 16 38 0 0.89 0.75 0.41 350.15 0.81 0.33
Hex 96 10 26 0 59 4B 29 15E 51 21
Octal 226 20 46 0 131 113 51 536 121 41
Binary 10010110 10000 100110 0 1011001 1001011 101001 101011110 1010001 100001

Color Harmonies of #961026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961026

Black with #961026

Text Example


Text Example

White with #961026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961026; }

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

 H1.HeaderClassName
 {
   color: #961026;
 }
 .AnyTagClassName
 {
   color: #961026;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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