Html Css Color HEX #91011A Carmine

📋 copy color: '#91011A'

red 145 ◦ green 1 ◦ blue 26

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

Shades of Carmine #91011A

Tints of Carmine #91011A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 15.12%

R = 84.3%
G = 0.58%
B = 15.12%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.82

 K value IS 0.43

RGB Variations

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

Color information

#91011A (or 0x91011A) is known color: Carmine. HEX triplet: 91, 01 and 1A. RGB value is (145,1,26). Sum of RGB (Red+Green+Blue) = 145+1+26=172 (22% of max value = 765). Red value is 145 (57.03% from 255 or 84.30% from 172); Green value is 1 (0.78% from 255 or 0.58% from 172); Blue value is 26 (10.55% from 255 or 15.12% from 172); Max value from RGB is 145 - color contains mainly: red. Hex color #91011A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #91011A is #6EFEE5. Grayscale: #2E2E2E. Windows color (decimal): -7274214 or 1704337. OLE color: 1704337.

HSL color Cylindrical-coordinate representation of color #91011A: hue angle of 349.58º 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 #91011A is Cyan = 0, Magento = 0.99, Yellow = 0.82 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 1 26 -
CMYK 0 0.99 0.82 0.43
HSL 349.58º 0.99% 0.29% -
HSV(B) 349.58º 0.99% 0.57% -
XYZ 11.87 6.12 1.53 -
YUV 46.91 116.21 197.97 -
System Red Green Blue C M Y K H S L
Decimal 145 1 26 0 0.99 0.82 0.43 349.58 0.99 0.29
Hex 91 1 1A 0 63 52 2B 15E 63 1D
Octal 221 1 32 0 143 122 53 536 143 35
Binary 10010001 1 11010 0 1100011 1010010 101011 101011110 1100011 11101

Color Harmonies of #91011A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91011A

Black with #91011A

Text Example


Text Example

White with #91011A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #91011A; }

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

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

background-color css

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

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

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

border-color css

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

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

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