Html Css Color HEX #960416 Carmine

📋 copy color: '#960416'

red 150 ◦ green 4 ◦ blue 22

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

Shades of Carmine #960416

Tints of Carmine #960416

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.27%

 BLUE value IS 22 (8.98% from 255) = 12.5%

R = 85.23%
G = 2.27%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.85

 K value IS 0.41

RGB Variations

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

Color information

#960416 (or 0x960416) is known color: Carmine. HEX triplet: 96, 04 and 16. RGB value is (150,4,22). Sum of RGB (Red+Green+Blue) = 150+4+22=176 (23% of max value = 765). Red value is 150 (58.98% from 255 or 85.23% from 176); Green value is 4 (1.95% from 255 or 2.27% from 176); Blue value is 22 (8.98% from 255 or 12.5% from 176); Max value from RGB is 150 - color contains mainly: red. Hex color #960416 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #960416 is #69FBE9. Grayscale: #313131. Windows color (decimal): -6945770 or 1442966. OLE color: 1442966.

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

Color convert

RGB 150 4 22 -
CMYK 0 0.97 0.85 0.41
HSL 352.6º 0.95% 0.3% -
HSV(B) 352.6º 0.97% 0.59% -
XYZ 12.77 6.63 1.37 -
YUV 49.71 112.37 199.54 -
System Red Green Blue C M Y K H S L
Decimal 150 4 22 0 0.97 0.85 0.41 352.6 0.95 0.3
Hex 96 4 16 0 61 55 29 161 5F 1E
Octal 226 4 26 0 141 125 51 541 137 36
Binary 10010110 100 10110 0 1100001 1010101 101001 101100001 1011111 11110

Color Harmonies of #960416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960416

Black with #960416

Text Example


Text Example

White with #960416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960416; }

 p { color: rgb(150,4,22); }

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

background-color css

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

 a { background-color: rgb(150,4,22); }

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

border-color css

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

 span { border-color: rgb(150,4,22); }

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