Html Css Color HEX #960020 Carmine

📋 copy color: '#960020'

red 150 ◦ green 0 ◦ blue 32

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

Shades of Carmine #960020

Tints of Carmine #960020

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 32 (12.89% from 255) = 17.58%

R = 82.42%
G = 0%
B = 17.58%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.79

 K value IS 0.41

RGB Variations

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

Color information

#960020 (or 0x960020) is known color: Carmine. HEX triplet: 96, 00 and 20. RGB value is (150,0,32). Sum of RGB (Red+Green+Blue) = 150+0+32=182 (24% of max value = 765). Red value is 150 (58.98% from 255 or 82.42% from 182); Green value is 0 (0.39% from 255 or 0% from 182); Blue value is 32 (12.89% from 255 or 17.58% from 182); Max value from RGB is 150 - color contains mainly: red. Hex color #960020 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #960020 is #69FFDF. Grayscale: #303030. Windows color (decimal): -6946784 or 2097302. OLE color: 2097302.

HSL color Cylindrical-coordinate representation of color #960020: hue angle of 347.2º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #960020 is Cyan = 0, Magento = 1, Yellow = 0.79 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 0 32 -
CMYK 0 1 0.79 0.41
HSL 347.2º 1% 0.29% -
HSV(B) 347.2º 1% 0.59% -
XYZ 12.84 6.59 1.96 -
YUV 48.5 118.7 200.4 -
System Red Green Blue C M Y K H S L
Decimal 150 0 32 0 1 0.79 0.41 347.2 1 0.29
Hex 96 0 20 0 64 4F 29 15B 64 1D
Octal 226 0 40 0 144 117 51 533 144 35
Binary 10010110 0 100000 0 1100100 1001111 101001 101011011 1100100 11101

Color Harmonies of #960020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960020

Black with #960020

Text Example


Text Example

White with #960020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960020; }

 p { color: rgb(150,0,32); }

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

background-color css

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

 a { background-color: rgb(150,0,32); }

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

border-color css

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

 span { border-color: rgb(150,0,32); }

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