Html Css Color HEX #910520 Carmine

📋 copy color: '#910520'

red 145 ◦ green 5 ◦ blue 32

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

Shades of Carmine #910520

Tints of Carmine #910520

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.75%

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

R = 79.67%
G = 2.75%
B = 17.58%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.78

 K value IS 0.43

RGB Variations

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

Color information

#910520 (or 0x910520) is known color: Carmine. HEX triplet: 91, 05 and 20. RGB value is (145,5,32). Sum of RGB (Red+Green+Blue) = 145+5+32=182 (24% of max value = 765). Red value is 145 (57.03% from 255 or 79.67% from 182); Green value is 5 (2.34% from 255 or 2.75% from 182); Blue value is 32 (12.89% from 255 or 17.58% from 182); Max value from RGB is 145 - color contains mainly: red. Hex color #910520 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #910520 is #6EFADF. Grayscale: #313131. Windows color (decimal): -7273184 or 2098577. OLE color: 2098577.

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

Color convert

RGB 145 5 32 -
CMYK 0 0.97 0.78 0.43
HSL 348.43º 0.93% 0.29% -
HSV(B) 348.43º 0.97% 0.57% -
XYZ 11.99 6.23 1.94 -
YUV 49.94 117.88 195.8 -
System Red Green Blue C M Y K H S L
Decimal 145 5 32 0 0.97 0.78 0.43 348.43 0.93 0.29
Hex 91 5 20 0 61 4E 2B 15C 5D 1D
Octal 221 5 40 0 141 116 53 534 135 35
Binary 10010001 101 100000 0 1100001 1001110 101011 101011100 1011101 11101

Color Harmonies of #910520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #910520

Black with #910520

Text Example


Text Example

White with #910520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #910520; }

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

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

background-color css

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

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

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

border-color css

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

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

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