Html Css Color HEX #91021B Carmine

📋 copy color: '#91021B'

red 145 ◦ green 2 ◦ blue 27

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

Shades of Carmine #91021B

Tints of Carmine #91021B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 15.52%

R = 83.33%
G = 1.15%
B = 15.52%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.81

 K value IS 0.43

RGB Variations

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

Color information

#91021B (or 0x91021B) is known color: Carmine. HEX triplet: 91, 02 and 1B. RGB value is (145,2,27). Sum of RGB (Red+Green+Blue) = 145+2+27=174 (23% of max value = 765). Red value is 145 (57.03% from 255 or 83.33% from 174); Green value is 2 (1.17% from 255 or 1.15% from 174); Blue value is 27 (10.94% from 255 or 15.52% from 174); Max value from RGB is 145 - color contains mainly: red. Hex color #91021B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #91021B is #6EFDE4. Grayscale: #2F2F2F. Windows color (decimal): -7273957 or 1770129. OLE color: 1770129.

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

Color convert

RGB 145 2 27 -
CMYK 0 0.99 0.81 0.43
HSL 349.51º 0.97% 0.29% -
HSV(B) 349.51º 0.99% 0.57% -
XYZ 11.9 6.14 1.6 -
YUV 47.61 116.38 197.47 -
System Red Green Blue C M Y K H S L
Decimal 145 2 27 0 0.99 0.81 0.43 349.51 0.97 0.29
Hex 91 2 1B 0 63 51 2B 15E 61 1D
Octal 221 2 33 0 143 121 53 536 141 35
Binary 10010001 10 11011 0 1100011 1010001 101011 101011110 1100001 11101

Color Harmonies of #91021B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91021B

Black with #91021B

Text Example


Text Example

White with #91021B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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