Html Css Color HEX #96081B Carmine

📋 copy color: '#96081B'

red 150 ◦ green 8 ◦ blue 27

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

Shades of Carmine #96081B

Tints of Carmine #96081B

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.32%

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

R = 81.08%
G = 4.32%
B = 14.59%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.82

 K value IS 0.41

RGB Variations

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

Color information

#96081B (or 0x96081B) is known color: Carmine. HEX triplet: 96, 08 and 1B. RGB value is (150,8,27). Sum of RGB (Red+Green+Blue) = 150+8+27=185 (24% of max value = 765). Red value is 150 (58.98% from 255 or 81.08% from 185); Green value is 8 (3.52% from 255 or 4.32% from 185); Blue value is 27 (10.94% from 255 or 14.59% from 185); Max value from RGB is 150 - color contains mainly: red. Hex color #96081B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #96081B is #69F7E4. Grayscale: #343434. Windows color (decimal): -6944741 or 1771670. OLE color: 1771670.

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

Color convert

RGB 150 8 27 -
CMYK 0 0.95 0.82 0.41
HSL 351.97º 0.9% 0.31% -
HSV(B) 351.97º 0.95% 0.59% -
XYZ 12.86 6.74 1.66 -
YUV 52.62 113.54 197.46 -
System Red Green Blue C M Y K H S L
Decimal 150 8 27 0 0.95 0.82 0.41 351.97 0.9 0.31
Hex 96 8 1B 0 5F 52 29 160 5A 1F
Octal 226 10 33 0 137 122 51 540 132 37
Binary 10010110 1000 11011 0 1011111 1010010 101001 101100000 1011010 11111

Color Harmonies of #96081B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96081B

Black with #96081B

Text Example


Text Example

White with #96081B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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