Html Css Color HEX #96081C Carmine

📋 copy color: '#96081C'

red 150 ◦ green 8 ◦ blue 28

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

Shades of Carmine #96081C

Tints of Carmine #96081C

RGB

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

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

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

R = 80.65%
G = 4.3%
B = 15.05%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.81

 K value IS 0.41

RGB Variations

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

Color information

#96081C (or 0x96081C) is known color: Carmine. HEX triplet: 96, 08 and 1C. RGB value is (150,8,28). Sum of RGB (Red+Green+Blue) = 150+8+28=186 (24% of max value = 765). Red value is 150 (58.98% from 255 or 80.65% from 186); Green value is 8 (3.52% from 255 or 4.30% from 186); Blue value is 28 (11.33% from 255 or 15.05% from 186); Max value from RGB is 150 - color contains mainly: red. Hex color #96081C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #96081C is #69F7E3. Grayscale: #343434. Windows color (decimal): -6944740 or 1837206. OLE color: 1837206.

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

Color convert

RGB 150 8 28 -
CMYK 0 0.95 0.81 0.41
HSL 351.55º 0.9% 0.31% -
HSV(B) 351.55º 0.95% 0.59% -
XYZ 12.87 6.74 1.72 -
YUV 52.74 114.04 197.37 -
System Red Green Blue C M Y K H S L
Decimal 150 8 28 0 0.95 0.81 0.41 351.55 0.9 0.31
Hex 96 8 1C 0 5F 51 29 160 5A 1F
Octal 226 10 34 0 137 121 51 540 132 37
Binary 10010110 1000 11100 0 1011111 1010001 101001 101100000 1011010 11111

Color Harmonies of #96081C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96081C

Black with #96081C

Text Example


Text Example

White with #96081C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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