Html Css Color HEX #961521 Carmine

📋 copy color: '#961521'

red 150 ◦ green 21 ◦ blue 33

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

Shades of Carmine #961521

Tints of Carmine #961521

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.29%

 BLUE value IS 33 (13.28% from 255) = 16.18%

R = 73.53%
G = 10.29%
B = 16.18%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.78

 K value IS 0.41

RGB Variations

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

Color information

#961521 (or 0x961521) is known color: Carmine. HEX triplet: 96, 15 and 21. RGB value is (150,21,33). Sum of RGB (Red+Green+Blue) = 150+21+33=204 (27% of max value = 765). Red value is 150 (58.98% from 255 or 73.53% from 204); Green value is 21 (8.59% from 255 or 10.29% from 204); Blue value is 33 (13.28% from 255 or 16.18% from 204); Max value from RGB is 150 - color contains mainly: red. Hex color #961521 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #961521 is #69EADE. Grayscale: #3D3D3D. Windows color (decimal): -6941407 or 2168214. OLE color: 2168214.

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

Color convert

RGB 150 21 33 -
CMYK 0 0.86 0.78 0.41
HSL 354.42º 0.75% 0.34% -
HSV(B) 354.42º 0.86% 0.59% -
XYZ 13.12 7.13 2.12 -
YUV 60.94 112.24 191.52 -
System Red Green Blue C M Y K H S L
Decimal 150 21 33 0 0.86 0.78 0.41 354.42 0.75 0.34
Hex 96 15 21 0 56 4E 29 162 4B 22
Octal 226 25 41 0 126 116 51 542 113 42
Binary 10010110 10101 100001 0 1010110 1001110 101001 101100010 1001011 100010

Color Harmonies of #961521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961521

Black with #961521

Text Example


Text Example

White with #961521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961521; }

 p { color: rgb(150,21,33); }

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

background-color css

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

 a { background-color: rgb(150,21,33); }

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

border-color css

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

 span { border-color: rgb(150,21,33); }

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