Html Css Color HEX #910122 Carmine

📋 copy color: '#910122'

red 145 ◦ green 1 ◦ blue 34

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

Shades of Carmine #910122

Tints of Carmine #910122

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.56%

 BLUE value IS 34 (13.67% from 255) = 18.89%

R = 80.56%
G = 0.56%
B = 18.89%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.77

 K value IS 0.43

RGB Variations

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

Color information

#910122 (or 0x910122) is known color: Carmine. HEX triplet: 91, 01 and 22. RGB value is (145,1,34). Sum of RGB (Red+Green+Blue) = 145+1+34=180 (23% of max value = 765). Red value is 145 (57.03% from 255 or 80.56% from 180); Green value is 1 (0.78% from 255 or 0.56% from 180); Blue value is 34 (13.67% from 255 or 18.89% from 180); Max value from RGB is 145 - color contains mainly: red. Hex color #910122 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #910122 is #6EFEDD. Grayscale: #2F2F2F. Windows color (decimal): -7274206 or 2228625. OLE color: 2228625.

HSL color Cylindrical-coordinate representation of color #910122: hue angle of 346.25º degrees, saturation: 0.99, 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 #910122 is Cyan = 0, Magento = 0.99, Yellow = 0.77 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 1 34 -
CMYK 0 0.99 0.77 0.43
HSL 346.25º 0.99% 0.29% -
HSV(B) 346.25º 0.99% 0.57% -
XYZ 11.98 6.16 2.07 -
YUV 47.82 120.21 197.32 -
System Red Green Blue C M Y K H S L
Decimal 145 1 34 0 0.99 0.77 0.43 346.25 0.99 0.29
Hex 91 1 22 0 63 4D 2B 15A 63 1D
Octal 221 1 42 0 143 115 53 532 143 35
Binary 10010001 1 100010 0 1100011 1001101 101011 101011010 1100011 11101

Color Harmonies of #910122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #910122

Black with #910122

Text Example


Text Example

White with #910122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #910122; }

 p { color: rgb(145,1,34); }

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

background-color css

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

 a { background-color: rgb(145,1,34); }

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

border-color css

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

 span { border-color: rgb(145,1,34); }

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