Html Css Color HEX #910F19 Carmine

📋 copy color: '#910F19'

red 145 ◦ green 15 ◦ blue 25

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

Shades of Carmine #910F19

Tints of Carmine #910F19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 13.51%

R = 78.38%
G = 8.11%
B = 13.51%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.83

 K value IS 0.43

RGB Variations

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

Color information

#910F19 (or 0x910F19) is known color: Carmine. HEX triplet: 91, 0F and 19. RGB value is (145,15,25). Sum of RGB (Red+Green+Blue) = 145+15+25=185 (24% of max value = 765). Red value is 145 (57.03% from 255 or 78.38% from 185); Green value is 15 (6.25% from 255 or 8.11% from 185); Blue value is 25 (10.16% from 255 or 13.51% from 185); Max value from RGB is 145 - color contains mainly: red. Hex color #910F19 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #910F19 is #6EF0E6. Grayscale: #373737. Windows color (decimal): -7270631 or 1642385. OLE color: 1642385.

HSL color Cylindrical-coordinate representation of color #910F19: hue angle of 355.38º 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 #910F19 is Cyan = 0, Magento = 0.90, Yellow = 0.83 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 15 25 -
CMYK 0 0.90 0.83 0.43
HSL 355.38º 0.81% 0.31% -
HSV(B) 355.38º 0.9% 0.57% -
XYZ 12.02 6.43 1.53 -
YUV 55.01 111.07 192.19 -
System Red Green Blue C M Y K H S L
Decimal 145 15 25 0 0.90 0.83 0.43 355.38 0.81 0.31
Hex 91 F 19 0 5A 53 2B 163 51 1F
Octal 221 17 31 0 132 123 53 543 121 37
Binary 10010001 1111 11001 0 1011010 1010011 101011 101100011 1010001 11111

Color Harmonies of #910F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #910F19

Black with #910F19

Text Example


Text Example

White with #910F19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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