Html Css Color HEX #960018 Carmine

📋 copy color: '#960018'

red 150 ◦ green 0 ◦ blue 24

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

Shades of Carmine #960018

Tints of Carmine #960018

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 13.79%

R = 86.21%
G = 0%
B = 13.79%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.84

 K value IS 0.41

RGB Variations

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

Color information

#960018 (or 0x960018) is known color: Carmine. HEX triplet: 96, 00 and 18. RGB value is (150,0,24). Sum of RGB (Red+Green+Blue) = 150+0+24=174 (23% of max value = 765). Red value is 150 (58.98% from 255 or 86.21% from 174); Green value is 0 (0.39% from 255 or 0% from 174); Blue value is 24 (9.77% from 255 or 13.79% from 174); Max value from RGB is 150 - color contains mainly: red. Hex color #960018 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #960018 is #69FFE7. Grayscale: #2F2F2F. Windows color (decimal): -6946792 or 1573014. OLE color: 1573014.

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

Color convert

RGB 150 0 24 -
CMYK 0 1 0.84 0.41
HSL 350.4º 1% 0.29% -
HSV(B) 350.4º 1% 0.59% -
XYZ 12.74 6.55 1.46 -
YUV 47.59 114.7 201.05 -
System Red Green Blue C M Y K H S L
Decimal 150 0 24 0 1 0.84 0.41 350.4 1 0.29
Hex 96 0 18 0 64 54 29 15E 64 1D
Octal 226 0 30 0 144 124 51 536 144 35
Binary 10010110 0 11000 0 1100100 1010100 101001 101011110 1100100 11101

Color Harmonies of #960018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960018

Black with #960018

Text Example


Text Example

White with #960018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960018; }

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

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

background-color css

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

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

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

border-color css

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

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

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