Html Css Color HEX #910D20 Carmine

📋 copy color: '#910D20'

red 145 ◦ green 13 ◦ blue 32

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

Shades of Carmine #910D20

Tints of Carmine #910D20

RGB

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

 GREEN value IS 13 (5.47% from 255) = 6.84%

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

R = 76.32%
G = 6.84%
B = 16.84%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.78

 K value IS 0.43

RGB Variations

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

Color information

#910D20 (or 0x910D20) is known color: Carmine. HEX triplet: 91, 0D and 20. RGB value is (145,13,32). Sum of RGB (Red+Green+Blue) = 145+13+32=190 (25% of max value = 765). Red value is 145 (57.03% from 255 or 76.32% from 190); Green value is 13 (5.47% from 255 or 6.84% from 190); Blue value is 32 (12.89% from 255 or 16.84% from 190); Max value from RGB is 145 - color contains mainly: red. Hex color #910D20 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #910D20 is #6EF2DF. Grayscale: #363636. Windows color (decimal): -7271136 or 2100625. OLE color: 2100625.

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

Color convert

RGB 145 13 32 -
CMYK 0 0.91 0.78 0.43
HSL 351.36º 0.84% 0.31% -
HSV(B) 351.36º 0.91% 0.57% -
XYZ 12.08 6.41 1.97 -
YUV 54.63 115.23 192.46 -
System Red Green Blue C M Y K H S L
Decimal 145 13 32 0 0.91 0.78 0.43 351.36 0.84 0.31
Hex 91 D 20 0 5B 4E 2B 15F 54 1F
Octal 221 15 40 0 133 116 53 537 124 37
Binary 10010001 1101 100000 0 1011011 1001110 101011 101011111 1010100 11111

Color Harmonies of #910D20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #910D20

Black with #910D20

Text Example


Text Example

White with #910D20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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