Html Css Color HEX #960028 Carmine

📋 copy color: '#960028'

red 150 ◦ green 0 ◦ blue 40

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

Shades of Carmine #960028

Tints of Carmine #960028

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 21.05%

R = 78.95%
G = 0%
B = 21.05%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.73

 K value IS 0.41

RGB Variations

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

Color information

#960028 (or 0x960028) is known color: Carmine. HEX triplet: 96, 00 and 28. RGB value is (150,0,40). Sum of RGB (Red+Green+Blue) = 150+0+40=190 (25% of max value = 765). Red value is 150 (58.98% from 255 or 78.95% from 190); Green value is 0 (0.39% from 255 or 0% from 190); Blue value is 40 (16.02% from 255 or 21.05% from 190); Max value from RGB is 150 - color contains mainly: red. Hex color #960028 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #960028 is #69FFD7. Grayscale: #313131. Windows color (decimal): -6946776 or 2621590. OLE color: 2621590.

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

Color convert

RGB 150 0 40 -
CMYK 0 1 0.73 0.41
HSL 344º 1% 0.29% -
HSV(B) 344º 1% 0.59% -
XYZ 12.96 6.64 2.61 -
YUV 49.41 122.7 199.75 -
System Red Green Blue C M Y K H S L
Decimal 150 0 40 0 1 0.73 0.41 344 1 0.29
Hex 96 0 28 0 64 49 29 158 64 1D
Octal 226 0 50 0 144 111 51 530 144 35
Binary 10010110 0 101000 0 1100100 1001001 101001 101011000 1100100 11101

Color Harmonies of #960028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960028

Black with #960028

Text Example


Text Example

White with #960028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960028; }

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

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

background-color css

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

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

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

border-color css

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

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

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