Html Css Color HEX #960626 Carmine

📋 copy color: '#960626'

red 150 ◦ green 6 ◦ blue 38

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

Shades of Carmine #960626

Tints of Carmine #960626

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.09%

 BLUE value IS 38 (15.23% from 255) = 19.59%

R = 77.32%
G = 3.09%
B = 19.59%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.75

 K value IS 0.41

RGB Variations

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

Color information

#960626 (or 0x960626) is known color: Carmine. HEX triplet: 96, 06 and 26. RGB value is (150,6,38). Sum of RGB (Red+Green+Blue) = 150+6+38=194 (25% of max value = 765). Red value is 150 (58.98% from 255 or 77.32% from 194); Green value is 6 (2.73% from 255 or 3.09% from 194); Blue value is 38 (15.23% from 255 or 19.59% from 194); Max value from RGB is 150 - color contains mainly: red. Hex color #960626 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #960626 is #69F9D9. Grayscale: #343434. Windows color (decimal): -6945242 or 2492054. OLE color: 2492054.

HSL color Cylindrical-coordinate representation of color #960626: hue angle of 346.67º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #960626 is Cyan = 0, Magento = 0.96, Yellow = 0.75 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 6 38 -
CMYK 0 0.96 0.75 0.41
HSL 346.67º 0.92% 0.31% -
HSV(B) 346.67º 0.96% 0.59% -
XYZ 12.99 6.75 2.45 -
YUV 52.7 119.71 197.4 -
System Red Green Blue C M Y K H S L
Decimal 150 6 38 0 0.96 0.75 0.41 346.67 0.92 0.31
Hex 96 6 26 0 60 4B 29 15B 5C 1F
Octal 226 6 46 0 140 113 51 533 134 37
Binary 10010110 110 100110 0 1100000 1001011 101001 101011011 1011100 11111

Color Harmonies of #960626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960626

Black with #960626

Text Example


Text Example

White with #960626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960626; }

 p { color: rgb(150,6,38); }

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

background-color css

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

 a { background-color: rgb(150,6,38); }

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

border-color css

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

 span { border-color: rgb(150,6,38); }

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