Html Css Color HEX #910516 Carmine

📋 copy color: '#910516'

red 145 ◦ green 5 ◦ blue 22

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

Shades of Carmine #910516

Tints of Carmine #910516

RGB

 RED value IS 145 (57.03% from 255) = 84.3%

 GREEN value IS 5 (2.34% from 255) = 2.91%

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

R = 84.3%
G = 2.91%
B = 12.79%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.85

 K value IS 0.43

RGB Variations

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

Color information

#910516 (or 0x910516) is known color: Carmine. HEX triplet: 91, 05 and 16. RGB value is (145,5,22). Sum of RGB (Red+Green+Blue) = 145+5+22=172 (22% of max value = 765). Red value is 145 (57.03% from 255 or 84.30% from 172); Green value is 5 (2.34% from 255 or 2.91% from 172); Blue value is 22 (8.98% from 255 or 12.79% from 172); Max value from RGB is 145 - color contains mainly: red. Hex color #910516 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #910516 is #6EFAE9. Grayscale: #303030. Windows color (decimal): -7273194 or 1443217. OLE color: 1443217.

HSL color Cylindrical-coordinate representation of color #910516: hue angle of 352.71º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #910516 is Cyan = 0, Magento = 0.97, Yellow = 0.85 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 5 22 -
CMYK 0 0.97 0.85 0.43
HSL 352.71º 0.93% 0.29% -
HSV(B) 352.71º 0.97% 0.57% -
XYZ 11.88 6.19 1.33 -
YUV 48.8 112.88 196.62 -
System Red Green Blue C M Y K H S L
Decimal 145 5 22 0 0.97 0.85 0.43 352.71 0.93 0.29
Hex 91 5 16 0 61 55 2B 161 5D 1D
Octal 221 5 26 0 141 125 53 541 135 35
Binary 10010001 101 10110 0 1100001 1010101 101011 101100001 1011101 11101

Color Harmonies of #910516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #910516

Black with #910516

Text Example


Text Example

White with #910516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #910516; }

 p { color: rgb(145,5,22); }

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

background-color css

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

 a { background-color: rgb(145,5,22); }

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

border-color css

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

 span { border-color: rgb(145,5,22); }

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