Html Css Color HEX #96001F Carmine

📋 copy color: '#96001F'

red 150 ◦ green 0 ◦ blue 31

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

Shades of Carmine #96001F

Tints of Carmine #96001F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 17.13%

R = 82.87%
G = 0%
B = 17.13%

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

#96001F (or 0x96001F) is known color: Carmine. HEX triplet: 96, 00 and 1F. RGB value is (150,0,31). Sum of RGB (Red+Green+Blue) = 150+0+31=181 (23% of max value = 765). Red value is 150 (58.98% from 255 or 82.87% from 181); Green value is 0 (0.39% from 255 or 0% from 181); Blue value is 31 (12.5% from 255 or 17.13% from 181); Max value from RGB is 150 - color contains mainly: red. Hex color #96001F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #96001F is #69FFE0. Grayscale: #303030. Windows color (decimal): -6946785 or 2031766. OLE color: 2031766.

HSL color Cylindrical-coordinate representation of color #96001F: hue angle of 347.6º 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 #96001F is Cyan = 0, Magento = 1, Yellow = 0.79 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 0 31 -
CMYK 0 1 0.79 0.41
HSL 347.6º 1% 0.29% -
HSV(B) 347.6º 1% 0.59% -
XYZ 12.83 6.58 1.89 -
YUV 48.38 118.2 200.48 -
System Red Green Blue C M Y K H S L
Decimal 150 0 31 0 1 0.79 0.41 347.6 1 0.29
Hex 96 0 1F 0 64 4F 29 15C 64 1D
Octal 226 0 37 0 144 117 51 534 144 35
Binary 10010110 0 11111 0 1100100 1001111 101001 101011100 1100100 11101

Color Harmonies of #96001F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96001F

Black with #96001F

Text Example


Text Example

White with #96001F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96001F; }

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

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

background-color css

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

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

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

border-color css

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

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

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