Html Css Color HEX #910320 Carmine

📋 copy color: '#910320'

red 145 ◦ green 3 ◦ blue 32

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

Shades of Carmine #910320

Tints of Carmine #910320

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.67%

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

R = 80.56%
G = 1.67%
B = 17.78%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.78

 K value IS 0.43

RGB Variations

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

Color information

#910320 (or 0x910320) is known color: Carmine. HEX triplet: 91, 03 and 20. RGB value is (145,3,32). Sum of RGB (Red+Green+Blue) = 145+3+32=180 (23% of max value = 765). Red value is 145 (57.03% from 255 or 80.56% from 180); Green value is 3 (1.56% from 255 or 1.67% from 180); Blue value is 32 (12.89% from 255 or 17.78% from 180); Max value from RGB is 145 - color contains mainly: red. Hex color #910320 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #910320 is #6EFCDF. Grayscale: #303030. Windows color (decimal): -7273696 or 2098065. OLE color: 2098065.

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

Color convert

RGB 145 3 32 -
CMYK 0 0.98 0.78 0.43
HSL 347.75º 0.96% 0.29% -
HSV(B) 347.75º 0.98% 0.57% -
XYZ 11.97 6.19 1.93 -
YUV 48.76 118.54 196.64 -
System Red Green Blue C M Y K H S L
Decimal 145 3 32 0 0.98 0.78 0.43 347.75 0.96 0.29
Hex 91 3 20 0 62 4E 2B 15C 60 1D
Octal 221 3 40 0 142 116 53 534 140 35
Binary 10010001 11 100000 0 1100010 1001110 101011 101011100 1100000 11101

Color Harmonies of #910320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #910320

Black with #910320

Text Example


Text Example

White with #910320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #910320; }

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

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

background-color css

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

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

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

border-color css

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

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

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