Html Css Color HEX #951121 Carmine

📋 copy color: '#951121'

red 149 ◦ green 17 ◦ blue 33

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

Shades of Carmine #951121

Tints of Carmine #951121

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 16.58%

R = 74.87%
G = 8.54%
B = 16.58%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.78

 K value IS 0.42

RGB Variations

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

Color information

#951121 (or 0x951121) is known color: Carmine. HEX triplet: 95, 11 and 21. RGB value is (149,17,33). Sum of RGB (Red+Green+Blue) = 149+17+33=199 (26% of max value = 765). Red value is 149 (58.59% from 255 or 74.87% from 199); Green value is 17 (7.03% from 255 or 8.54% from 199); Blue value is 33 (13.28% from 255 or 16.58% from 199); Max value from RGB is 149 - color contains mainly: red. Hex color #951121 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #951121 is #6AEEDE. Grayscale: #3A3A3A. Windows color (decimal): -7007967 or 2167189. OLE color: 2167189.

HSL color Cylindrical-coordinate representation of color #951121: hue angle of 352.73º 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 #951121 is Cyan = 0, Magento = 0.89, Yellow = 0.78 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 17 33 -
CMYK 0 0.89 0.78 0.42
HSL 352.73º 0.8% 0.33% -
HSV(B) 352.73º 0.89% 0.58% -
XYZ 12.87 6.9 2.09 -
YUV 58.29 113.73 192.7 -
System Red Green Blue C M Y K H S L
Decimal 149 17 33 0 0.89 0.78 0.42 352.73 0.8 0.33
Hex 95 11 21 0 59 4E 2A 161 50 21
Octal 225 21 41 0 131 116 52 541 120 41
Binary 10010101 10001 100001 0 1011001 1001110 101010 101100001 1010000 100001

Color Harmonies of #951121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951121

Black with #951121

Text Example


Text Example

White with #951121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951121; }

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

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

background-color css

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

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

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

border-color css

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

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

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