Html Css Color HEX #951122 Carmine

📋 copy color: '#951122'

red 149 ◦ green 17 ◦ blue 34

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

Shades of Carmine #951122

Tints of Carmine #951122

RGB

 RED value IS 149 (58.59% from 255) = 74.5%

 GREEN value IS 17 (7.03% from 255) = 8.5%

 BLUE value IS 34 (13.67% from 255) = 17%

R = 74.5%
G = 8.5%
B = 17%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.77

 K value IS 0.42

RGB Variations

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

Color information

#951122 (or 0x951122) is known color: Carmine. HEX triplet: 95, 11 and 22. RGB value is (149,17,34). Sum of RGB (Red+Green+Blue) = 149+17+34=200 (26% of max value = 765). Red value is 149 (58.59% from 255 or 74.5% from 200); Green value is 17 (7.03% from 255 or 8.5% from 200); Blue value is 34 (13.67% from 255 or 17% from 200); Max value from RGB is 149 - color contains mainly: red. Hex color #951122 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #951122 is #6AEEDD. Grayscale: #3A3A3A. Windows color (decimal): -7007966 or 2232725. OLE color: 2232725.

HSL color Cylindrical-coordinate representation of color #951122: hue angle of 352.27º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #951122 is Cyan = 0, Magento = 0.89, Yellow = 0.77 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 17 34 -
CMYK 0 0.89 0.77 0.42
HSL 352.27º 0.8% 0.33% -
HSV(B) 352.27º 0.89% 0.58% -
XYZ 12.88 6.91 2.17 -
YUV 58.41 114.23 192.62 -
System Red Green Blue C M Y K H S L
Decimal 149 17 34 0 0.89 0.77 0.42 352.27 0.8 0.33
Hex 95 11 22 0 59 4D 2A 160 50 21
Octal 225 21 42 0 131 115 52 540 120 41
Binary 10010101 10001 100010 0 1011001 1001101 101010 101100000 1010000 100001

Color Harmonies of #951122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951122

Black with #951122

Text Example


Text Example

White with #951122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951122; }

 p { color: rgb(149,17,34); }

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

background-color css

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

 a { background-color: rgb(149,17,34); }

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

border-color css

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

 span { border-color: rgb(149,17,34); }

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