Html Css Color HEX #910113 Carmine

📋 copy color: '#910113'

red 145 ◦ green 1 ◦ blue 19

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

Shades of Carmine #910113

Tints of Carmine #910113

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.61%

 BLUE value IS 19 (7.81% from 255) = 11.52%

R = 87.88%
G = 0.61%
B = 11.52%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.87

 K value IS 0.43

RGB Variations

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

Color information

#910113 (or 0x910113) is known color: Carmine. HEX triplet: 91, 01 and 13. RGB value is (145,1,19). Sum of RGB (Red+Green+Blue) = 145+1+19=165 (21% of max value = 765). Red value is 145 (57.03% from 255 or 87.88% from 165); Green value is 1 (0.78% from 255 or 0.61% from 165); Blue value is 19 (7.81% from 255 or 11.52% from 165); Max value from RGB is 145 - color contains mainly: red. Hex color #910113 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #910113 is #6EFEEC. Grayscale: #2E2E2E. Windows color (decimal): -7274221 or 1245585. OLE color: 1245585.

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

Color convert

RGB 145 1 19 -
CMYK 0 0.99 0.87 0.43
HSL 352.5º 0.99% 0.29% -
HSV(B) 352.5º 0.99% 0.57% -
XYZ 11.81 6.09 1.17 -
YUV 46.11 112.71 198.54 -
System Red Green Blue C M Y K H S L
Decimal 145 1 19 0 0.99 0.87 0.43 352.5 0.99 0.29
Hex 91 1 13 0 63 57 2B 160 63 1D
Octal 221 1 23 0 143 127 53 540 143 35
Binary 10010001 1 10011 0 1100011 1010111 101011 101100000 1100011 11101

Color Harmonies of #910113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #910113

Black with #910113

Text Example


Text Example

White with #910113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #910113; }

 p { color: rgb(145,1,19); }

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

background-color css

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

 a { background-color: rgb(145,1,19); }

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

border-color css

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

 span { border-color: rgb(145,1,19); }

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