Html Css Color HEX #AB372F Medium Carmine

📋 copy color: '#AB372F'

red 171 ◦ green 55 ◦ blue 47

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

Shades of Medium Carmine #AB372F

Tints of Medium Carmine #AB372F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 17.22%

R = 62.64%
G = 20.15%
B = 17.22%

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

#AB372F (or 0xAB372F) is known color: Medium Carmine. HEX triplet: AB, 37 and 2F. RGB value is (171,55,47). Sum of RGB (Red+Green+Blue) = 171+55+47=273 (36% of max value = 765). Red value is 171 (67.19% from 255 or 62.64% from 273); Green value is 55 (21.88% from 255 or 20.15% from 273); Blue value is 47 (18.75% from 255 or 17.22% from 273); Max value from RGB is 171 - color contains mainly: red. Hex color #AB372F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB372F is #54C8D0. Grayscale: #585858. Windows color (decimal): -5556433 or 3094443. OLE color: 3094443.

HSL color Cylindrical-coordinate representation of color #AB372F: hue angle of 3.87º degrees, saturation: 0.57, 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 #AB372F is Cyan = 0, Magento = 0.68, Yellow = 0.73 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 55 47 -
CMYK 0 0.68 0.73 0.33
HSL 3.87º 0.57% 0.43% -
HSV(B) 3.87º 0.73% 0.67% -
XYZ 18.67 11.6 3.94 -
YUV 88.77 104.43 186.65 -
System Red Green Blue C M Y K H S L
Decimal 171 55 47 0 0.68 0.73 0.33 3.87 0.57 0.43
Hex AB 37 2F 0 44 49 21 4 39 2B
Octal 253 67 57 0 104 111 41 4 71 53
Binary 10101011 110111 101111 0 1000100 1001001 100001 100 111001 101011

Color Harmonies of #AB372F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB372F

Black with #AB372F

Text Example


Text Example

White with #AB372F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB372F; }

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

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

background-color css

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

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

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

border-color css

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

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

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