Html Css Color HEX #96021E Carmine

📋 copy color: '#96021E'

red 150 ◦ green 2 ◦ blue 30

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

Shades of Carmine #96021E

Tints of Carmine #96021E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 16.48%

R = 82.42%
G = 1.1%
B = 16.48%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.80

 K value IS 0.41

RGB Variations

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

Color information

#96021E (or 0x96021E) is known color: Carmine. HEX triplet: 96, 02 and 1E. RGB value is (150,2,30). Sum of RGB (Red+Green+Blue) = 150+2+30=182 (24% of max value = 765). Red value is 150 (58.98% from 255 or 82.42% from 182); Green value is 2 (1.17% from 255 or 1.10% from 182); Blue value is 30 (12.11% from 255 or 16.48% from 182); Max value from RGB is 150 - color contains mainly: red. Hex color #96021E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #96021E is #69FDE1. Grayscale: #313131. Windows color (decimal): -6946274 or 1966742. OLE color: 1966742.

HSL color Cylindrical-coordinate representation of color #96021E: hue angle of 348.65º 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 #96021E is Cyan = 0, Magento = 0.99, Yellow = 0.80 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 2 30 -
CMYK 0 0.99 0.80 0.41
HSL 348.65º 0.97% 0.3% -
HSV(B) 348.65º 0.99% 0.59% -
XYZ 12.83 6.62 1.83 -
YUV 49.44 117.03 199.72 -
System Red Green Blue C M Y K H S L
Decimal 150 2 30 0 0.99 0.80 0.41 348.65 0.97 0.3
Hex 96 2 1E 0 63 50 29 15D 61 1E
Octal 226 2 36 0 143 120 51 535 141 36
Binary 10010110 10 11110 0 1100011 1010000 101001 101011101 1100001 11110

Color Harmonies of #96021E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96021E

Black with #96021E

Text Example


Text Example

White with #96021E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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