Html Css Color HEX #961322 Carmine

📋 copy color: '#961322'

red 150 ◦ green 19 ◦ blue 34

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

Shades of Carmine #961322

Tints of Carmine #961322

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.36%

 BLUE value IS 34 (13.67% from 255) = 16.75%

R = 73.89%
G = 9.36%
B = 16.75%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.77

 K value IS 0.41

RGB Variations

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

Color information

#961322 (or 0x961322) is known color: Carmine. HEX triplet: 96, 13 and 22. RGB value is (150,19,34). Sum of RGB (Red+Green+Blue) = 150+19+34=203 (26% of max value = 765). Red value is 150 (58.98% from 255 or 73.89% from 203); Green value is 19 (7.81% from 255 or 9.36% from 203); Blue value is 34 (13.67% from 255 or 16.75% from 203); Max value from RGB is 150 - color contains mainly: red. Hex color #961322 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #961322 is #69ECDD. Grayscale: #3B3B3B. Windows color (decimal): -6941918 or 2233238. OLE color: 2233238.

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

Color convert

RGB 150 19 34 -
CMYK 0 0.87 0.77 0.41
HSL 353.13º 0.78% 0.33% -
HSV(B) 353.13º 0.87% 0.59% -
XYZ 13.1 7.07 2.19 -
YUV 59.88 113.4 192.28 -
System Red Green Blue C M Y K H S L
Decimal 150 19 34 0 0.87 0.77 0.41 353.13 0.78 0.33
Hex 96 13 22 0 57 4D 29 161 4E 21
Octal 226 23 42 0 127 115 51 541 116 41
Binary 10010110 10011 100010 0 1010111 1001101 101001 101100001 1001110 100001

Color Harmonies of #961322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961322

Black with #961322

Text Example


Text Example

White with #961322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961322; }

 p { color: rgb(150,19,34); }

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

background-color css

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

 a { background-color: rgb(150,19,34); }

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

border-color css

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

 span { border-color: rgb(150,19,34); }

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