Html Css Color HEX #910C19 Carmine

📋 copy color: '#910C19'

red 145 ◦ green 12 ◦ blue 25

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

Shades of Carmine #910C19

Tints of Carmine #910C19

RGB

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

 GREEN value IS 12 (5.08% from 255) = 6.59%

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

R = 79.67%
G = 6.59%
B = 13.74%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.83

 K value IS 0.43

RGB Variations

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

Color information

#910C19 (or 0x910C19) is known color: Carmine. HEX triplet: 91, 0C and 19. RGB value is (145,12,25). Sum of RGB (Red+Green+Blue) = 145+12+25=182 (24% of max value = 765). Red value is 145 (57.03% from 255 or 79.67% from 182); Green value is 12 (5.08% from 255 or 6.59% from 182); Blue value is 25 (10.16% from 255 or 13.74% from 182); Max value from RGB is 145 - color contains mainly: red. Hex color #910C19 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #910C19 is #6EF3E6. Grayscale: #353535. Windows color (decimal): -7271399 or 1641617. OLE color: 1641617.

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

Color convert

RGB 145 12 25 -
CMYK 0 0.92 0.83 0.43
HSL 354.14º 0.85% 0.31% -
HSV(B) 354.14º 0.92% 0.57% -
XYZ 11.98 6.35 1.51 -
YUV 53.25 112.06 193.44 -
System Red Green Blue C M Y K H S L
Decimal 145 12 25 0 0.92 0.83 0.43 354.14 0.85 0.31
Hex 91 C 19 0 5C 53 2B 162 55 1F
Octal 221 14 31 0 134 123 53 542 125 37
Binary 10010001 1100 11001 0 1011100 1010011 101011 101100010 1010101 11111

Color Harmonies of #910C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #910C19

Black with #910C19

Text Example


Text Example

White with #910C19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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