Html Css Color HEX #960828 Carmine

📋 copy color: '#960828'

red 150 ◦ green 8 ◦ blue 40

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

Shades of Carmine #960828

Tints of Carmine #960828

RGB

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

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

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

R = 75.76%
G = 4.04%
B = 20.2%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.73

 K value IS 0.41

RGB Variations

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

Color information

#960828 (or 0x960828) is known color: Carmine. HEX triplet: 96, 08 and 28. RGB value is (150,8,40). Sum of RGB (Red+Green+Blue) = 150+8+40=198 (26% of max value = 765). Red value is 150 (58.98% from 255 or 75.76% from 198); Green value is 8 (3.52% from 255 or 4.04% from 198); Blue value is 40 (16.02% from 255 or 20.20% from 198); Max value from RGB is 150 - color contains mainly: red. Hex color #960828 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #960828 is #69F7D7. Grayscale: #363636. Windows color (decimal): -6944728 or 2623638. OLE color: 2623638.

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

Color convert

RGB 150 8 40 -
CMYK 0 0.95 0.73 0.41
HSL 346.48º 0.9% 0.31% -
HSV(B) 346.48º 0.95% 0.59% -
XYZ 13.05 6.81 2.63 -
YUV 54.11 120.04 196.4 -
System Red Green Blue C M Y K H S L
Decimal 150 8 40 0 0.95 0.73 0.41 346.48 0.9 0.31
Hex 96 8 28 0 5F 49 29 15A 5A 1F
Octal 226 10 50 0 137 111 51 532 132 37
Binary 10010110 1000 101000 0 1011111 1001001 101001 101011010 1011010 11111

Color Harmonies of #960828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960828

Black with #960828

Text Example


Text Example

White with #960828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960828; }

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

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

background-color css

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

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

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

border-color css

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

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

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