Html Css Color HEX #AB372E Medium Carmine

📋 copy color: '#AB372E'

red 171 ◦ green 55 ◦ blue 46

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

Shades of Medium Carmine #AB372E

Tints of Medium Carmine #AB372E

RGB

 RED value IS 171 (67.19% from 255) = 62.87%

 GREEN value IS 55 (21.88% from 255) = 20.22%

 BLUE value IS 46 (18.36% from 255) = 16.91%

R = 62.87%
G = 20.22%
B = 16.91%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#AB372E (or 0xAB372E) is known color: Medium Carmine. HEX triplet: AB, 37 and 2E. RGB value is (171,55,46). Sum of RGB (Red+Green+Blue) = 171+55+46=272 (36% of max value = 765). Red value is 171 (67.19% from 255 or 62.87% from 272); Green value is 55 (21.88% from 255 or 20.22% from 272); Blue value is 46 (18.36% from 255 or 16.91% from 272); Max value from RGB is 171 - color contains mainly: red. Hex color #AB372E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB372E is #54C8D1. Grayscale: #585858. Windows color (decimal): -5556434 or 3028907. OLE color: 3028907.

HSL color Cylindrical-coordinate representation of color #AB372E: hue angle of 4.32º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AB372E is Cyan = 0, Magento = 0.68, Yellow = 0.73 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 55 46 -
CMYK 0 0.68 0.73 0.33
HSL 4.32º 0.58% 0.43% -
HSV(B) 4.32º 0.73% 0.67% -
XYZ 18.65 11.59 3.84 -
YUV 88.66 103.93 186.73 -
System Red Green Blue C M Y K H S L
Decimal 171 55 46 0 0.68 0.73 0.33 4.32 0.58 0.43
Hex AB 37 2E 0 44 49 21 4 3A 2B
Octal 253 67 56 0 104 111 41 4 72 53
Binary 10101011 110111 101110 0 1000100 1001001 100001 100 111010 101011

Color Harmonies of #AB372E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB372E

Black with #AB372E

Text Example


Text Example

White with #AB372E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB372E; }

 p { color: rgb(171,55,46); }

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

background-color css

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

 a { background-color: rgb(171,55,46); }

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

border-color css

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

 span { border-color: rgb(171,55,46); }

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