Html Css Color HEX #96122A Carmine

📋 copy color: '#96122A'

red 150 ◦ green 18 ◦ blue 42

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

Shades of Carmine #96122A

Tints of Carmine #96122A

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.57%

 BLUE value IS 42 (16.8% from 255) = 20%

R = 71.43%
G = 8.57%
B = 20%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.72

 K value IS 0.41

RGB Variations

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

Color information

#96122A (or 0x96122A) is known color: Carmine. HEX triplet: 96, 12 and 2A. RGB value is (150,18,42). Sum of RGB (Red+Green+Blue) = 150+18+42=210 (27% of max value = 765). Red value is 150 (58.98% from 255 or 71.43% from 210); Green value is 18 (7.42% from 255 or 8.57% from 210); Blue value is 42 (16.80% from 255 or 20% from 210); Max value from RGB is 150 - color contains mainly: red. Hex color #96122A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #96122A is #69EDD5. Grayscale: #3C3C3C. Windows color (decimal): -6942166 or 2757270. OLE color: 2757270.

HSL color Cylindrical-coordinate representation of color #96122A: hue angle of 349.09º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #96122A is Cyan = 0, Magento = 0.88, Yellow = 0.72 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 18 42 -
CMYK 0 0.88 0.72 0.41
HSL 349.09º 0.79% 0.33% -
HSV(B) 349.09º 0.88% 0.59% -
XYZ 13.21 7.08 2.86 -
YUV 60.2 117.73 192.05 -
System Red Green Blue C M Y K H S L
Decimal 150 18 42 0 0.88 0.72 0.41 349.09 0.79 0.33
Hex 96 12 2A 0 58 48 29 15D 4F 21
Octal 226 22 52 0 130 110 51 535 117 41
Binary 10010110 10010 101010 0 1011000 1001000 101001 101011101 1001111 100001

Color Harmonies of #96122A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96122A

Black with #96122A

Text Example


Text Example

White with #96122A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96122A; }

 p { color: rgb(150,18,42); }

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

background-color css

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

 a { background-color: rgb(150,18,42); }

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

border-color css

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

 span { border-color: rgb(150,18,42); }

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