Html Css Color HEX #910013 Carmine

📋 copy color: '#910013'

red 145 ◦ green 0 ◦ blue 19

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

Shades of Carmine #910013

Tints of Carmine #910013

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 88.41%
G = 0%
B = 11.59%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.87

 K value IS 0.43

RGB Variations

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

Color information

#910013 (or 0x910013) is known color: Carmine. HEX triplet: 91, 00 and 13. RGB value is (145,0,19). Sum of RGB (Red+Green+Blue) = 145+0+19=164 (21% of max value = 765). Red value is 145 (57.03% from 255 or 88.41% from 164); Green value is 0 (0.39% from 255 or 0% from 164); Blue value is 19 (7.81% from 255 or 11.59% from 164); Max value from RGB is 145 - color contains mainly: red. Hex color #910013 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #910013 is #6EFFEC. Grayscale: #2D2D2D. Windows color (decimal): -7274477 or 1245329. OLE color: 1245329.

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

Color convert

RGB 145 0 19 -
CMYK 0 1 0.87 0.43
HSL 352.14º 1% 0.28% -
HSV(B) 352.14º 1% 0.57% -
XYZ 11.79 6.07 1.17 -
YUV 45.52 113.04 198.96 -
System Red Green Blue C M Y K H S L
Decimal 145 0 19 0 1 0.87 0.43 352.14 1 0.28
Hex 91 0 13 0 64 57 2B 160 64 1C
Octal 221 0 23 0 144 127 53 540 144 34
Binary 10010001 0 10011 0 1100100 1010111 101011 101100000 1100100 11100

Color Harmonies of #910013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #910013

Black with #910013

Text Example


Text Example

White with #910013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #910013; }

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

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

background-color css

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

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

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

border-color css

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

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

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