Html Css Color HEX #951016 Carmine

📋 copy color: '#951016'

red 149 ◦ green 16 ◦ blue 22

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

Shades of Carmine #951016

Tints of Carmine #951016

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 11.76%

R = 79.68%
G = 8.56%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.85

 K value IS 0.42

RGB Variations

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

Color information

#951016 (or 0x951016) is known color: Carmine. HEX triplet: 95, 10 and 16. RGB value is (149,16,22). Sum of RGB (Red+Green+Blue) = 149+16+22=187 (24% of max value = 765). Red value is 149 (58.59% from 255 or 79.68% from 187); Green value is 16 (6.64% from 255 or 8.56% from 187); Blue value is 22 (8.98% from 255 or 11.76% from 187); Max value from RGB is 149 - color contains mainly: red. Hex color #951016 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #951016 is #6AEFE9. Grayscale: #383838. Windows color (decimal): -7008234 or 1446037. OLE color: 1446037.

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

Color convert

RGB 149 16 22 -
CMYK 0 0.89 0.85 0.42
HSL 357.29º 0.81% 0.32% -
HSV(B) 357.29º 0.89% 0.58% -
XYZ 12.72 6.82 1.4 -
YUV 56.45 108.56 194.01 -
System Red Green Blue C M Y K H S L
Decimal 149 16 22 0 0.89 0.85 0.42 357.29 0.81 0.32
Hex 95 10 16 0 59 55 2A 165 51 20
Octal 225 20 26 0 131 125 52 545 121 40
Binary 10010101 10000 10110 0 1011001 1010101 101010 101100101 1010001 100000

Color Harmonies of #951016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951016

Black with #951016

Text Example


Text Example

White with #951016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951016; }

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

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

background-color css

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

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

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

border-color css

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

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

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