Html Css Color HEX #910316 Carmine

📋 copy color: '#910316'

red 145 ◦ green 3 ◦ blue 22

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

Shades of Carmine #910316

Tints of Carmine #910316

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.76%

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

R = 85.29%
G = 1.76%
B = 12.94%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.85

 K value IS 0.43

RGB Variations

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

Color information

#910316 (or 0x910316) is known color: Carmine. HEX triplet: 91, 03 and 16. RGB value is (145,3,22). Sum of RGB (Red+Green+Blue) = 145+3+22=170 (22% of max value = 765). Red value is 145 (57.03% from 255 or 85.29% from 170); Green value is 3 (1.56% from 255 or 1.76% from 170); Blue value is 22 (8.98% from 255 or 12.94% from 170); Max value from RGB is 145 - color contains mainly: red. Hex color #910316 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #910316 is #6EFCE9. Grayscale: #2F2F2F. Windows color (decimal): -7273706 or 1442705. OLE color: 1442705.

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

Color convert

RGB 145 3 22 -
CMYK 0 0.98 0.85 0.43
HSL 351.97º 0.96% 0.29% -
HSV(B) 351.97º 0.98% 0.57% -
XYZ 11.85 6.14 1.32 -
YUV 47.62 113.54 197.46 -
System Red Green Blue C M Y K H S L
Decimal 145 3 22 0 0.98 0.85 0.43 351.97 0.96 0.29
Hex 91 3 16 0 62 55 2B 160 60 1D
Octal 221 3 26 0 142 125 53 540 140 35
Binary 10010001 11 10110 0 1100010 1010101 101011 101100000 1100000 11101

Color Harmonies of #910316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #910316

Black with #910316

Text Example


Text Example

White with #910316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #910316; }

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

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

background-color css

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

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

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

border-color css

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

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

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