Html Css Color HEX #960026 Carmine

📋 copy color: '#960026'

red 150 ◦ green 0 ◦ blue 38

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

Shades of Carmine #960026

Tints of Carmine #960026

RGB

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

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

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

R = 79.79%
G = 0%
B = 20.21%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.75

 K value IS 0.41

RGB Variations

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

Color information

#960026 (or 0x960026) is known color: Carmine. HEX triplet: 96, 00 and 26. RGB value is (150,0,38). Sum of RGB (Red+Green+Blue) = 150+0+38=188 (24% of max value = 765). Red value is 150 (58.98% from 255 or 79.79% from 188); Green value is 0 (0.39% from 255 or 0% from 188); Blue value is 38 (15.23% from 255 or 20.21% from 188); Max value from RGB is 150 - color contains mainly: red. Hex color #960026 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #960026 is #69FFD9. Grayscale: #313131. Windows color (decimal): -6946778 or 2490518. OLE color: 2490518.

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

Color convert

RGB 150 0 38 -
CMYK 0 1 0.75 0.41
HSL 344.8º 1% 0.29% -
HSV(B) 344.8º 1% 0.59% -
XYZ 12.93 6.62 2.43 -
YUV 49.18 121.7 199.91 -
System Red Green Blue C M Y K H S L
Decimal 150 0 38 0 1 0.75 0.41 344.8 1 0.29
Hex 96 0 26 0 64 4B 29 159 64 1D
Octal 226 0 46 0 144 113 51 531 144 35
Binary 10010110 0 100110 0 1100100 1001011 101001 101011001 1100100 11101

Color Harmonies of #960026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960026

Black with #960026

Text Example


Text Example

White with #960026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960026; }

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

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

background-color css

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

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

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

border-color css

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

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

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