Html Css Color HEX #960024 Carmine

📋 copy color: '#960024'

red 150 ◦ green 0 ◦ blue 36

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

Shades of Carmine #960024

Tints of Carmine #960024

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 19.35%

R = 80.65%
G = 0%
B = 19.35%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.76

 K value IS 0.41

RGB Variations

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

Color information

#960024 (or 0x960024) is known color: Carmine. HEX triplet: 96, 00 and 24. RGB value is (150,0,36). Sum of RGB (Red+Green+Blue) = 150+0+36=186 (24% of max value = 765). Red value is 150 (58.98% from 255 or 80.65% from 186); Green value is 0 (0.39% from 255 or 0% from 186); Blue value is 36 (14.45% from 255 or 19.35% from 186); Max value from RGB is 150 - color contains mainly: red. Hex color #960024 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #960024 is #69FFDB. Grayscale: #303030. Windows color (decimal): -6946780 or 2359446. OLE color: 2359446.

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

Color convert

RGB 150 0 36 -
CMYK 0 1 0.76 0.41
HSL 345.6º 1% 0.29% -
HSV(B) 345.6º 1% 0.59% -
XYZ 12.9 6.61 2.27 -
YUV 48.95 120.7 200.07 -
System Red Green Blue C M Y K H S L
Decimal 150 0 36 0 1 0.76 0.41 345.6 1 0.29
Hex 96 0 24 0 64 4C 29 15A 64 1D
Octal 226 0 44 0 144 114 51 532 144 35
Binary 10010110 0 100100 0 1100100 1001100 101001 101011010 1100100 11101

Color Harmonies of #960024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960024

Black with #960024

Text Example


Text Example

White with #960024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960024; }

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

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

background-color css

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

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

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

border-color css

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

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

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