Html Css Color HEX #91021A Carmine

📋 copy color: '#91021A'

red 145 ◦ green 2 ◦ blue 26

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

Shades of Carmine #91021A

Tints of Carmine #91021A

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.16%

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

R = 83.82%
G = 1.16%
B = 15.03%

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

#91021A (or 0x91021A) is known color: Carmine. HEX triplet: 91, 02 and 1A. RGB value is (145,2,26). Sum of RGB (Red+Green+Blue) = 145+2+26=173 (22% of max value = 765). Red value is 145 (57.03% from 255 or 83.82% from 173); Green value is 2 (1.17% from 255 or 1.16% from 173); Blue value is 26 (10.55% from 255 or 15.03% from 173); Max value from RGB is 145 - color contains mainly: red. Hex color #91021A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #91021A is #6EFDE5. Grayscale: #2F2F2F. Windows color (decimal): -7273958 or 1704593. OLE color: 1704593.

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

Color convert

RGB 145 2 26 -
CMYK 0 0.99 0.82 0.43
HSL 349.93º 0.97% 0.29% -
HSV(B) 349.93º 0.99% 0.57% -
XYZ 11.89 6.14 1.54 -
YUV 47.49 115.88 197.55 -
System Red Green Blue C M Y K H S L
Decimal 145 2 26 0 0.99 0.82 0.43 349.93 0.97 0.29
Hex 91 2 1A 0 63 52 2B 15E 61 1D
Octal 221 2 32 0 143 122 53 536 141 35
Binary 10010001 10 11010 0 1100011 1010010 101011 101011110 1100001 11101

Color Harmonies of #91021A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91021A

Black with #91021A

Text Example


Text Example

White with #91021A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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