Html Css Color HEX #911522 Carmine

📋 copy color: '#911522'

red 145 ◦ green 21 ◦ blue 34

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

Shades of Carmine #911522

Tints of Carmine #911522

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.5%

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

R = 72.5%
G = 10.5%
B = 17%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.77

 K value IS 0.43

RGB Variations

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

Color information

#911522 (or 0x911522) is known color: Carmine. HEX triplet: 91, 15 and 22. RGB value is (145,21,34). Sum of RGB (Red+Green+Blue) = 145+21+34=200 (26% of max value = 765). Red value is 145 (57.03% from 255 or 72.5% from 200); Green value is 21 (8.59% from 255 or 10.5% from 200); Blue value is 34 (13.67% from 255 or 17% from 200); Max value from RGB is 145 - color contains mainly: red. Hex color #911522 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #911522 is #6EEADD. Grayscale: #3B3B3B. Windows color (decimal): -7269086 or 2233745. OLE color: 2233745.

HSL color Cylindrical-coordinate representation of color #911522: hue angle of 353.71º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #911522 is Cyan = 0, Magento = 0.86, Yellow = 0.77 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 21 34 -
CMYK 0 0.86 0.77 0.43
HSL 353.71º 0.75% 0.33% -
HSV(B) 353.71º 0.86% 0.57% -
XYZ 12.23 6.67 2.16 -
YUV 59.56 113.58 188.94 -
System Red Green Blue C M Y K H S L
Decimal 145 21 34 0 0.86 0.77 0.43 353.71 0.75 0.33
Hex 91 15 22 0 56 4D 2B 162 4B 21
Octal 221 25 42 0 126 115 53 542 113 41
Binary 10010001 10101 100010 0 1010110 1001101 101011 101100010 1001011 100001

Color Harmonies of #911522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #911522

Black with #911522

Text Example


Text Example

White with #911522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #911522; }

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

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

background-color css

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

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

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

border-color css

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

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

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