Html Css Color HEX #910B18 Carmine

📋 copy color: '#910B18'

red 145 ◦ green 11 ◦ blue 24

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

Shades of Carmine #910B18

Tints of Carmine #910B18

RGB

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

 GREEN value IS 11 (4.69% from 255) = 6.11%

 BLUE value IS 24 (9.77% from 255) = 13.33%

R = 80.56%
G = 6.11%
B = 13.33%

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

#910B18 (or 0x910B18) is known color: Carmine. HEX triplet: 91, 0B and 18. RGB value is (145,11,24). Sum of RGB (Red+Green+Blue) = 145+11+24=180 (23% of max value = 765). Red value is 145 (57.03% from 255 or 80.56% from 180); Green value is 11 (4.69% from 255 or 6.11% from 180); Blue value is 24 (9.77% from 255 or 13.33% from 180); Max value from RGB is 145 - color contains mainly: red. Hex color #910B18 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #910B18 is #6EF4E7. Grayscale: #343434. Windows color (decimal): -7271656 or 1575825. OLE color: 1575825.

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

Color convert

RGB 145 11 24 -
CMYK 0 0.92 0.83 0.43
HSL 354.18º 0.86% 0.31% -
HSV(B) 354.18º 0.92% 0.57% -
XYZ 11.96 6.33 1.45 -
YUV 52.55 111.89 193.94 -
System Red Green Blue C M Y K H S L
Decimal 145 11 24 0 0.92 0.83 0.43 354.18 0.86 0.31
Hex 91 B 18 0 5C 53 2B 162 56 1F
Octal 221 13 30 0 134 123 53 542 126 37
Binary 10010001 1011 11000 0 1011100 1010011 101011 101100010 1010110 11111

Color Harmonies of #910B18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #910B18

Black with #910B18

Text Example


Text Example

White with #910B18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,11,24); }

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

background-color css

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

 a { background-color: rgb(145,11,24); }

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

border-color css

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

 span { border-color: rgb(145,11,24); }

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