Html Css Color HEX #96021B Carmine

📋 copy color: '#96021B'

red 150 ◦ green 2 ◦ blue 27

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

Shades of Carmine #96021B

Tints of Carmine #96021B

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.12%

 BLUE value IS 27 (10.94% from 255) = 15.08%

R = 83.8%
G = 1.12%
B = 15.08%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.82

 K value IS 0.41

RGB Variations

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

Color information

#96021B (or 0x96021B) is known color: Carmine. HEX triplet: 96, 02 and 1B. RGB value is (150,2,27). Sum of RGB (Red+Green+Blue) = 150+2+27=179 (23% of max value = 765). Red value is 150 (58.98% from 255 or 83.80% from 179); Green value is 2 (1.17% from 255 or 1.12% from 179); Blue value is 27 (10.94% from 255 or 15.08% from 179); Max value from RGB is 150 - color contains mainly: red. Hex color #96021B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #96021B is #69FDE4. Grayscale: #313131. Windows color (decimal): -6946277 or 1770134. OLE color: 1770134.

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

Color convert

RGB 150 2 27 -
CMYK 0 0.99 0.82 0.41
HSL 349.86º 0.97% 0.3% -
HSV(B) 349.86º 0.99% 0.59% -
XYZ 12.8 6.61 1.64 -
YUV 49.1 115.53 199.97 -
System Red Green Blue C M Y K H S L
Decimal 150 2 27 0 0.99 0.82 0.41 349.86 0.97 0.3
Hex 96 2 1B 0 63 52 29 15E 61 1E
Octal 226 2 33 0 143 122 51 536 141 36
Binary 10010110 10 11011 0 1100011 1010010 101001 101011110 1100001 11110

Color Harmonies of #96021B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96021B

Black with #96021B

Text Example


Text Example

White with #96021B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96021B; }

 p { color: rgb(150,2,27); }

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

background-color css

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

 a { background-color: rgb(150,2,27); }

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

border-color css

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

 span { border-color: rgb(150,2,27); }

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