Html Css Color HEX #96031B Carmine

📋 copy color: '#96031B'

red 150 ◦ green 3 ◦ blue 27

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

Shades of Carmine #96031B

Tints of Carmine #96031B

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.67%

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

R = 83.33%
G = 1.67%
B = 15%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.82

 K value IS 0.41

RGB Variations

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

Color information

#96031B (or 0x96031B) is known color: Carmine. HEX triplet: 96, 03 and 1B. RGB value is (150,3,27). Sum of RGB (Red+Green+Blue) = 150+3+27=180 (23% of max value = 765). Red value is 150 (58.98% from 255 or 83.33% from 180); Green value is 3 (1.56% from 255 or 1.67% from 180); Blue value is 27 (10.94% from 255 or 15% from 180); Max value from RGB is 150 - color contains mainly: red. Hex color #96031B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #96031B is #69FCE4. Grayscale: #313131. Windows color (decimal): -6946021 or 1770390. OLE color: 1770390.

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

Color convert

RGB 150 3 27 -
CMYK 0 0.98 0.82 0.41
HSL 350.2º 0.96% 0.3% -
HSV(B) 350.2º 0.98% 0.59% -
XYZ 12.81 6.63 1.64 -
YUV 49.69 115.2 199.55 -
System Red Green Blue C M Y K H S L
Decimal 150 3 27 0 0.98 0.82 0.41 350.2 0.96 0.3
Hex 96 3 1B 0 62 52 29 15E 60 1E
Octal 226 3 33 0 142 122 51 536 140 36
Binary 10010110 11 11011 0 1100010 1010010 101001 101011110 1100000 11110

Color Harmonies of #96031B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96031B

Black with #96031B

Text Example


Text Example

White with #96031B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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