Html Css Color HEX #950016 Carmine

📋 copy color: '#950016'

red 149 ◦ green 0 ◦ blue 22

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

Shades of Carmine #950016

Tints of Carmine #950016

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 87.13%
G = 0%
B = 12.87%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.85

 K value IS 0.42

RGB Variations

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

Color information

#950016 (or 0x950016) is known color: Carmine. HEX triplet: 95, 00 and 16. RGB value is (149,0,22). Sum of RGB (Red+Green+Blue) = 149+0+22=171 (22% of max value = 765). Red value is 149 (58.59% from 255 or 87.13% from 171); Green value is 0 (0.39% from 255 or 0% from 171); Blue value is 22 (8.98% from 255 or 12.87% from 171); Max value from RGB is 149 - color contains mainly: red. Hex color #950016 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #950016 is #6AFFE9. Grayscale: #2F2F2F. Windows color (decimal): -7012330 or 1441941. OLE color: 1441941.

HSL color Cylindrical-coordinate representation of color #950016: hue angle of 351.14º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #950016 is Cyan = 0, Magento = 1, Yellow = 0.85 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 0 22 -
CMYK 0 1 0.85 0.42
HSL 351.14º 1% 0.29% -
HSV(B) 351.14º 1% 0.58% -
XYZ 12.54 6.45 1.34 -
YUV 47.06 113.86 200.71 -
System Red Green Blue C M Y K H S L
Decimal 149 0 22 0 1 0.85 0.42 351.14 1 0.29
Hex 95 0 16 0 64 55 2A 15F 64 1D
Octal 225 0 26 0 144 125 52 537 144 35
Binary 10010101 0 10110 0 1100100 1010101 101010 101011111 1100100 11101

Color Harmonies of #950016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950016

Black with #950016

Text Example


Text Example

White with #950016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950016; }

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

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

background-color css

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

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

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

border-color css

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

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

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