Html Css Color HEX #96091E Carmine

📋 copy color: '#96091E'

red 150 ◦ green 9 ◦ blue 30

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

Shades of Carmine #96091E

Tints of Carmine #96091E

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.76%

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

R = 79.37%
G = 4.76%
B = 15.87%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.80

 K value IS 0.41

RGB Variations

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

Color information

#96091E (or 0x96091E) is known color: Carmine. HEX triplet: 96, 09 and 1E. RGB value is (150,9,30). Sum of RGB (Red+Green+Blue) = 150+9+30=189 (25% of max value = 765). Red value is 150 (58.98% from 255 or 79.37% from 189); Green value is 9 (3.91% from 255 or 4.76% from 189); Blue value is 30 (12.11% from 255 or 15.87% from 189); Max value from RGB is 150 - color contains mainly: red. Hex color #96091E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #96091E is #69F6E1. Grayscale: #353535. Windows color (decimal): -6944482 or 1968534. OLE color: 1968534.

HSL color Cylindrical-coordinate representation of color #96091E: hue angle of 351.06º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #96091E is Cyan = 0, Magento = 0.94, Yellow = 0.80 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 9 30 -
CMYK 0 0.94 0.80 0.41
HSL 351.06º 0.89% 0.31% -
HSV(B) 351.06º 0.94% 0.59% -
XYZ 12.91 6.77 1.86 -
YUV 53.55 114.71 196.79 -
System Red Green Blue C M Y K H S L
Decimal 150 9 30 0 0.94 0.80 0.41 351.06 0.89 0.31
Hex 96 9 1E 0 5E 50 29 15F 59 1F
Octal 226 11 36 0 136 120 51 537 131 37
Binary 10010110 1001 11110 0 1011110 1010000 101001 101011111 1011001 11111

Color Harmonies of #96091E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96091E

Black with #96091E

Text Example


Text Example

White with #96091E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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