Html Css Color HEX #96001C Carmine

📋 copy color: '#96001C'

red 150 ◦ green 0 ◦ blue 28

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

Shades of Carmine #96001C

Tints of Carmine #96001C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 15.73%

R = 84.27%
G = 0%
B = 15.73%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.81

 K value IS 0.41

RGB Variations

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

Color information

#96001C (or 0x96001C) is known color: Carmine. HEX triplet: 96, 00 and 1C. RGB value is (150,0,28). Sum of RGB (Red+Green+Blue) = 150+0+28=178 (23% of max value = 765). Red value is 150 (58.98% from 255 or 84.27% from 178); Green value is 0 (0.39% from 255 or 0% from 178); Blue value is 28 (11.33% from 255 or 15.73% from 178); Max value from RGB is 150 - color contains mainly: red. Hex color #96001C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #96001C is #69FFE3. Grayscale: #303030. Windows color (decimal): -6946788 or 1835158. OLE color: 1835158.

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

Color convert

RGB 150 0 28 -
CMYK 0 1 0.81 0.41
HSL 348.8º 1% 0.29% -
HSV(B) 348.8º 1% 0.59% -
XYZ 12.79 6.57 1.69 -
YUV 48.04 116.7 200.72 -
System Red Green Blue C M Y K H S L
Decimal 150 0 28 0 1 0.81 0.41 348.8 1 0.29
Hex 96 0 1C 0 64 51 29 15D 64 1D
Octal 226 0 34 0 144 121 51 535 144 35
Binary 10010110 0 11100 0 1100100 1010001 101001 101011101 1100100 11101

Color Harmonies of #96001C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96001C

Black with #96001C

Text Example


Text Example

White with #96001C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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