Html Css Color HEX #951022 Carmine

📋 copy color: '#951022'

red 149 ◦ green 16 ◦ blue 34

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

Shades of Carmine #951022

Tints of Carmine #951022

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.04%

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

R = 74.87%
G = 8.04%
B = 17.09%

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

#951022 (or 0x951022) is known color: Carmine. HEX triplet: 95, 10 and 22. RGB value is (149,16,34). Sum of RGB (Red+Green+Blue) = 149+16+34=199 (26% of max value = 765). Red value is 149 (58.59% from 255 or 74.87% from 199); Green value is 16 (6.64% from 255 or 8.04% from 199); Blue value is 34 (13.67% from 255 or 17.09% from 199); Max value from RGB is 149 - color contains mainly: red. Hex color #951022 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #951022 is #6AEFDD. Grayscale: #393939. Windows color (decimal): -7008222 or 2232469. OLE color: 2232469.

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

Color convert

RGB 149 16 34 -
CMYK 0 0.89 0.77 0.42
HSL 351.88º 0.81% 0.32% -
HSV(B) 351.88º 0.89% 0.58% -
XYZ 12.87 6.88 2.16 -
YUV 57.82 114.56 193.04 -
System Red Green Blue C M Y K H S L
Decimal 149 16 34 0 0.89 0.77 0.42 351.88 0.81 0.32
Hex 95 10 22 0 59 4D 2A 160 51 20
Octal 225 20 42 0 131 115 52 540 121 40
Binary 10010101 10000 100010 0 1011001 1001101 101010 101100000 1010001 100000

Color Harmonies of #951022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951022

Black with #951022

Text Example


Text Example

White with #951022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951022; }

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

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

background-color css

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

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

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

border-color css

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

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

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