Html Css Color HEX #910012 Carmine

📋 copy color: '#910012'

red 145 ◦ green 0 ◦ blue 18

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

Shades of Carmine #910012

Tints of Carmine #910012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 11.04%

R = 88.96%
G = 0%
B = 11.04%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.88

 K value IS 0.43

RGB Variations

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

Color information

#910012 (or 0x910012) is known color: Carmine. HEX triplet: 91, 00 and 12. RGB value is (145,0,18). Sum of RGB (Red+Green+Blue) = 145+0+18=163 (21% of max value = 765). Red value is 145 (57.03% from 255 or 88.96% from 163); Green value is 0 (0.39% from 255 or 0% from 163); Blue value is 18 (7.42% from 255 or 11.04% from 163); Max value from RGB is 145 - color contains mainly: red. Hex color #910012 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #910012 is #6EFFED. Grayscale: #2D2D2D. Windows color (decimal): -7274478 or 1179793. OLE color: 1179793.

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

Color convert

RGB 145 0 18 -
CMYK 0 1 0.88 0.43
HSL 352.55º 1% 0.28% -
HSV(B) 352.55º 1% 0.57% -
XYZ 11.79 6.06 1.12 -
YUV 45.41 112.54 199.04 -
System Red Green Blue C M Y K H S L
Decimal 145 0 18 0 1 0.88 0.43 352.55 1 0.28
Hex 91 0 12 0 64 58 2B 161 64 1C
Octal 221 0 22 0 144 130 53 541 144 34
Binary 10010001 0 10010 0 1100100 1011000 101011 101100001 1100100 11100

Color Harmonies of #910012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #910012

Black with #910012

Text Example


Text Example

White with #910012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #910012; }

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

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

background-color css

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

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

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

border-color css

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

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

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