Html Css Color HEX #951224 Carmine

📋 copy color: '#951224'

red 149 ◦ green 18 ◦ blue 36

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

Shades of Carmine #951224

Tints of Carmine #951224

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 17.73%

R = 73.4%
G = 8.87%
B = 17.73%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.76

 K value IS 0.42

RGB Variations

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

Color information

#951224 (or 0x951224) is known color: Carmine. HEX triplet: 95, 12 and 24. RGB value is (149,18,36). Sum of RGB (Red+Green+Blue) = 149+18+36=203 (26% of max value = 765). Red value is 149 (58.59% from 255 or 73.40% from 203); Green value is 18 (7.42% from 255 or 8.87% from 203); Blue value is 36 (14.45% from 255 or 17.73% from 203); Max value from RGB is 149 - color contains mainly: red. Hex color #951224 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #951224 is #6AEDDB. Grayscale: #3B3B3B. Windows color (decimal): -7007708 or 2364053. OLE color: 2364053.

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

Color convert

RGB 149 18 36 -
CMYK 0 0.88 0.76 0.42
HSL 351.76º 0.78% 0.33% -
HSV(B) 351.76º 0.88% 0.58% -
XYZ 12.93 6.95 2.33 -
YUV 59.22 114.9 192.04 -
System Red Green Blue C M Y K H S L
Decimal 149 18 36 0 0.88 0.76 0.42 351.76 0.78 0.33
Hex 95 12 24 0 58 4C 2A 160 4E 21
Octal 225 22 44 0 130 114 52 540 116 41
Binary 10010101 10010 100100 0 1011000 1001100 101010 101100000 1001110 100001

Color Harmonies of #951224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951224

Black with #951224

Text Example


Text Example

White with #951224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951224; }

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

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

background-color css

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

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

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

border-color css

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

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

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