Html Css Color HEX #910F20 Carmine

📋 copy color: '#910F20'

red 145 ◦ green 15 ◦ blue 32

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

Shades of Carmine #910F20

Tints of Carmine #910F20

RGB

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

 GREEN value IS 15 (6.25% from 255) = 7.81%

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

R = 75.52%
G = 7.81%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.78

 K value IS 0.43

RGB Variations

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

Color information

#910F20 (or 0x910F20) is known color: Carmine. HEX triplet: 91, 0F and 20. RGB value is (145,15,32). Sum of RGB (Red+Green+Blue) = 145+15+32=192 (25% of max value = 765). Red value is 145 (57.03% from 255 or 75.52% from 192); Green value is 15 (6.25% from 255 or 7.81% from 192); Blue value is 32 (12.89% from 255 or 16.67% from 192); Max value from RGB is 145 - color contains mainly: red. Hex color #910F20 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #910F20 is #6EF0DF. Grayscale: #373737. Windows color (decimal): -7270624 or 2101137. OLE color: 2101137.

HSL color Cylindrical-coordinate representation of color #910F20: hue angle of 352.15º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #910F20 is Cyan = 0, Magento = 0.90, Yellow = 0.78 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 15 32 -
CMYK 0 0.90 0.78 0.43
HSL 352.15º 0.81% 0.31% -
HSV(B) 352.15º 0.9% 0.57% -
XYZ 12.11 6.47 1.98 -
YUV 55.81 114.57 191.62 -
System Red Green Blue C M Y K H S L
Decimal 145 15 32 0 0.90 0.78 0.43 352.15 0.81 0.31
Hex 91 F 20 0 5A 4E 2B 160 51 1F
Octal 221 17 40 0 132 116 53 540 121 37
Binary 10010001 1111 100000 0 1011010 1001110 101011 101100000 1010001 11111

Color Harmonies of #910F20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #910F20

Black with #910F20

Text Example


Text Example

White with #910F20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #910F20; }

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

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

background-color css

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

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

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

border-color css

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

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

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