Html Css Color HEX #910015 Carmine

📋 copy color: '#910015'

red 145 ◦ green 0 ◦ blue 21

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

Shades of Carmine #910015

Tints of Carmine #910015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 12.65%

R = 87.35%
G = 0%
B = 12.65%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.86

 K value IS 0.43

RGB Variations

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

Color information

#910015 (or 0x910015) is known color: Carmine. HEX triplet: 91, 00 and 15. RGB value is (145,0,21). Sum of RGB (Red+Green+Blue) = 145+0+21=166 (21% of max value = 765). Red value is 145 (57.03% from 255 or 87.35% from 166); Green value is 0 (0.39% from 255 or 0% from 166); Blue value is 21 (8.59% from 255 or 12.65% from 166); Max value from RGB is 145 - color contains mainly: red. Hex color #910015 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #910015 is #6EFFEA. Grayscale: #2D2D2D. Windows color (decimal): -7274475 or 1376401. OLE color: 1376401.

HSL color Cylindrical-coordinate representation of color #910015: hue angle of 351.31º 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 #910015 is Cyan = 0, Magento = 1, Yellow = 0.86 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 0 21 -
CMYK 0 1 0.86 0.43
HSL 351.31º 1% 0.28% -
HSV(B) 351.31º 1% 0.57% -
XYZ 11.81 6.07 1.26 -
YUV 45.75 114.04 198.79 -
System Red Green Blue C M Y K H S L
Decimal 145 0 21 0 1 0.86 0.43 351.31 1 0.28
Hex 91 0 15 0 64 56 2B 15F 64 1C
Octal 221 0 25 0 144 126 53 537 144 34
Binary 10010001 0 10101 0 1100100 1010110 101011 101011111 1100100 11100

Color Harmonies of #910015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #910015

Black with #910015

Text Example


Text Example

White with #910015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #910015; }

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

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

background-color css

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

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

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

border-color css

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

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

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