Html Css Color HEX #910D16 Carmine

📋 copy color: '#910D16'

red 145 ◦ green 13 ◦ blue 22

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

Shades of Carmine #910D16

Tints of Carmine #910D16

RGB

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

 GREEN value IS 13 (5.47% from 255) = 7.22%

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

R = 80.56%
G = 7.22%
B = 12.22%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.85

 K value IS 0.43

RGB Variations

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

Color information

#910D16 (or 0x910D16) is known color: Carmine. HEX triplet: 91, 0D and 16. RGB value is (145,13,22). Sum of RGB (Red+Green+Blue) = 145+13+22=180 (23% of max value = 765). Red value is 145 (57.03% from 255 or 80.56% from 180); Green value is 13 (5.47% from 255 or 7.22% from 180); Blue value is 22 (8.98% from 255 or 12.22% from 180); Max value from RGB is 145 - color contains mainly: red. Hex color #910D16 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #910D16 is #6EF2E9. Grayscale: #353535. Windows color (decimal): -7271146 or 1445265. OLE color: 1445265.

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

Color convert

RGB 145 13 22 -
CMYK 0 0.91 0.85 0.43
HSL 355.91º 0.84% 0.31% -
HSV(B) 355.91º 0.91% 0.57% -
XYZ 11.97 6.37 1.36 -
YUV 53.49 110.23 193.27 -
System Red Green Blue C M Y K H S L
Decimal 145 13 22 0 0.91 0.85 0.43 355.91 0.84 0.31
Hex 91 D 16 0 5B 55 2B 164 54 1F
Octal 221 15 26 0 133 125 53 544 124 37
Binary 10010001 1101 10110 0 1011011 1010101 101011 101100100 1010100 11111

Color Harmonies of #910D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #910D16

Black with #910D16

Text Example


Text Example

White with #910D16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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