Html Css Color HEX #96001E Carmine

📋 copy color: '#96001E'

red 150 ◦ green 0 ◦ blue 30

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

Shades of Carmine #96001E

Tints of Carmine #96001E

RGB

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

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

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

R = 83.33%
G = 0%
B = 16.67%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.80

 K value IS 0.41

RGB Variations

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

Color information

#96001E (or 0x96001E) is known color: Carmine. HEX triplet: 96, 00 and 1E. RGB value is (150,0,30). Sum of RGB (Red+Green+Blue) = 150+0+30=180 (23% of max value = 765). Red value is 150 (58.98% from 255 or 83.33% from 180); Green value is 0 (0.39% from 255 or 0% from 180); Blue value is 30 (12.11% from 255 or 16.67% from 180); Max value from RGB is 150 - color contains mainly: red. Hex color #96001E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #96001E is #69FFE1. Grayscale: #303030. Windows color (decimal): -6946786 or 1966230. OLE color: 1966230.

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

Color convert

RGB 150 0 30 -
CMYK 0 1 0.80 0.41
HSL 348º 1% 0.29% -
HSV(B) 348º 1% 0.59% -
XYZ 12.81 6.58 1.82 -
YUV 48.27 117.7 200.56 -
System Red Green Blue C M Y K H S L
Decimal 150 0 30 0 1 0.80 0.41 348 1 0.29
Hex 96 0 1E 0 64 50 29 15C 64 1D
Octal 226 0 36 0 144 120 51 534 144 35
Binary 10010110 0 11110 0 1100100 1010000 101001 101011100 1100100 11101

Color Harmonies of #96001E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96001E

Black with #96001E

Text Example


Text Example

White with #96001E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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