Html Css Color HEX #951220 Carmine

📋 copy color: '#951220'

red 149 ◦ green 18 ◦ blue 32

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

Shades of Carmine #951220

Tints of Carmine #951220

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 16.08%

R = 74.87%
G = 9.05%
B = 16.08%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.79

 K value IS 0.42

RGB Variations

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

Color information

#951220 (or 0x951220) is known color: Carmine. HEX triplet: 95, 12 and 20. RGB value is (149,18,32). Sum of RGB (Red+Green+Blue) = 149+18+32=199 (26% of max value = 765). Red value is 149 (58.59% from 255 or 74.87% from 199); Green value is 18 (7.42% from 255 or 9.05% from 199); Blue value is 32 (12.89% from 255 or 16.08% from 199); Max value from RGB is 149 - color contains mainly: red. Hex color #951220 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #951220 is #6AEDDF. Grayscale: #3A3A3A. Windows color (decimal): -7007712 or 2101909. OLE color: 2101909.

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

Color convert

RGB 149 18 32 -
CMYK 0 0.88 0.79 0.42
HSL 353.59º 0.78% 0.33% -
HSV(B) 353.59º 0.88% 0.58% -
XYZ 12.87 6.93 2.03 -
YUV 58.77 112.9 192.36 -
System Red Green Blue C M Y K H S L
Decimal 149 18 32 0 0.88 0.79 0.42 353.59 0.78 0.33
Hex 95 12 20 0 58 4F 2A 162 4E 21
Octal 225 22 40 0 130 117 52 542 116 41
Binary 10010101 10010 100000 0 1011000 1001111 101010 101100010 1001110 100001

Color Harmonies of #951220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951220

Black with #951220

Text Example


Text Example

White with #951220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951220; }

 p { color: rgb(149,18,32); }

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

background-color css

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

 a { background-color: rgb(149,18,32); }

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

border-color css

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

 span { border-color: rgb(149,18,32); }

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