Html Css Color HEX #910020 Carmine

📋 copy color: '#910020'

red 145 ◦ green 0 ◦ blue 32

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

Shades of Carmine #910020

Tints of Carmine #910020

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 32 (12.89% from 255) = 18.08%

R = 81.92%
G = 0%
B = 18.08%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.78

 K value IS 0.43

RGB Variations

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

Color information

#910020 (or 0x910020) is known color: Carmine. HEX triplet: 91, 00 and 20. RGB value is (145,0,32). Sum of RGB (Red+Green+Blue) = 145+0+32=177 (23% of max value = 765). Red value is 145 (57.03% from 255 or 81.92% from 177); Green value is 0 (0.39% from 255 or 0% from 177); Blue value is 32 (12.89% from 255 or 18.08% from 177); Max value from RGB is 145 - color contains mainly: red. Hex color #910020 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #910020 is #6EFFDF. Grayscale: #2F2F2F. Windows color (decimal): -7274464 or 2097297. OLE color: 2097297.

HSL color Cylindrical-coordinate representation of color #910020: hue angle of 346.76º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #910020 is Cyan = 0, Magento = 1, Yellow = 0.78 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 0 32 -
CMYK 0 1 0.78 0.43
HSL 346.76º 1% 0.28% -
HSV(B) 346.76º 1% 0.57% -
XYZ 11.94 6.12 1.92 -
YUV 47 119.54 197.9 -
System Red Green Blue C M Y K H S L
Decimal 145 0 32 0 1 0.78 0.43 346.76 1 0.28
Hex 91 0 20 0 64 4E 2B 15B 64 1C
Octal 221 0 40 0 144 116 53 533 144 34
Binary 10010001 0 100000 0 1100100 1001110 101011 101011011 1100100 11100

Color Harmonies of #910020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #910020

Black with #910020

Text Example


Text Example

White with #910020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #910020; }

 p { color: rgb(145,0,32); }

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

background-color css

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

 a { background-color: rgb(145,0,32); }

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

border-color css

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

 span { border-color: rgb(145,0,32); }

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