Html Css Color HEX #910F16 Carmine

📋 copy color: '#910F16'

red 145 ◦ green 15 ◦ blue 22

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

Shades of Carmine #910F16

Tints of Carmine #910F16

RGB

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

 GREEN value IS 15 (6.25% from 255) = 8.24%

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

R = 79.67%
G = 8.24%
B = 12.09%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.85

 K value IS 0.43

RGB Variations

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

Color information

#910F16 (or 0x910F16) is known color: Carmine. HEX triplet: 91, 0F and 16. RGB value is (145,15,22). Sum of RGB (Red+Green+Blue) = 145+15+22=182 (24% of max value = 765). Red value is 145 (57.03% from 255 or 79.67% from 182); Green value is 15 (6.25% from 255 or 8.24% from 182); Blue value is 22 (8.98% from 255 or 12.09% from 182); Max value from RGB is 145 - color contains mainly: red. Hex color #910F16 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #910F16 is #6EF0E9. Grayscale: #363636. Windows color (decimal): -7270634 or 1445777. OLE color: 1445777.

HSL color Cylindrical-coordinate representation of color #910F16: hue angle of 356.77º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #910F16 is Cyan = 0, Magento = 0.90, Yellow = 0.85 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 15 22 -
CMYK 0 0.90 0.85 0.43
HSL 356.77º 0.81% 0.31% -
HSV(B) 356.77º 0.9% 0.57% -
XYZ 11.99 6.42 1.37 -
YUV 54.67 109.57 192.43 -
System Red Green Blue C M Y K H S L
Decimal 145 15 22 0 0.90 0.85 0.43 356.77 0.81 0.31
Hex 91 F 16 0 5A 55 2B 165 51 1F
Octal 221 17 26 0 132 125 53 545 121 37
Binary 10010001 1111 10110 0 1011010 1010101 101011 101100101 1010001 11111

Color Harmonies of #910F16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #910F16

Black with #910F16

Text Example


Text Example

White with #910F16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #910F16; }

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

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

background-color css

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

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

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

border-color css

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

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

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