Html Css Color HEX #910212 Carmine

📋 copy color: '#910212'

red 145 ◦ green 2 ◦ blue 18

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

Shades of Carmine #910212

Tints of Carmine #910212

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.21%

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

R = 87.88%
G = 1.21%
B = 10.91%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.88

 K value IS 0.43

RGB Variations

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

Color information

#910212 (or 0x910212) is known color: Carmine. HEX triplet: 91, 02 and 12. RGB value is (145,2,18). Sum of RGB (Red+Green+Blue) = 145+2+18=165 (21% of max value = 765). Red value is 145 (57.03% from 255 or 87.88% from 165); Green value is 2 (1.17% from 255 or 1.21% from 165); Blue value is 18 (7.42% from 255 or 10.91% from 165); Max value from RGB is 145 - color contains mainly: red. Hex color #910212 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #910212 is #6EFDED. Grayscale: #2E2E2E. Windows color (decimal): -7273966 or 1180305. OLE color: 1180305.

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

Color convert

RGB 145 2 18 -
CMYK 0 0.99 0.88 0.43
HSL 353.29º 0.97% 0.29% -
HSV(B) 353.29º 0.99% 0.57% -
XYZ 11.81 6.11 1.13 -
YUV 46.58 111.88 198.2 -
System Red Green Blue C M Y K H S L
Decimal 145 2 18 0 0.99 0.88 0.43 353.29 0.97 0.29
Hex 91 2 12 0 63 58 2B 161 61 1D
Octal 221 2 22 0 143 130 53 541 141 35
Binary 10010001 10 10010 0 1100011 1011000 101011 101100001 1100001 11101

Color Harmonies of #910212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #910212

Black with #910212

Text Example


Text Example

White with #910212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #910212; }

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

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

background-color css

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

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

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

border-color css

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

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

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