Html Css Color HEX #AB483B Medium Carmine

📋 copy color: '#AB483B'

red 171 ◦ green 72 ◦ blue 59

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

Shades of Medium Carmine #AB483B

Tints of Medium Carmine #AB483B

RGB

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

 GREEN value IS 72 (28.52% from 255) = 23.84%

 BLUE value IS 59 (23.44% from 255) = 19.54%

R = 56.62%
G = 23.84%
B = 19.54%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#AB483B (or 0xAB483B) is known color: Medium Carmine. HEX triplet: AB, 48 and 3B. RGB value is (171,72,59). Sum of RGB (Red+Green+Blue) = 171+72+59=302 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.62% from 302); Green value is 72 (28.52% from 255 or 23.84% from 302); Blue value is 59 (23.44% from 255 or 19.54% from 302); Max value from RGB is 171 - color contains mainly: red. Hex color #AB483B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB483B is #54B7C4. Grayscale: #646464. Windows color (decimal): -5552069 or 3885227. OLE color: 3885227.

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

Color convert

RGB 171 72 59 -
CMYK 0 0.58 0.65 0.33
HSL 6.96º 0.49% 0.45% -
HSV(B) 6.96º 0.65% 0.67% -
XYZ 19.9 13.61 5.72 -
YUV 100.12 104.8 178.56 -
System Red Green Blue C M Y K H S L
Decimal 171 72 59 0 0.58 0.65 0.33 6.96 0.49 0.45
Hex AB 48 3B 0 3A 41 21 7 31 2D
Octal 253 110 73 0 72 101 41 7 61 55
Binary 10101011 1001000 111011 0 111010 1000001 100001 111 110001 101101

Color Harmonies of #AB483B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB483B

Black with #AB483B

Text Example


Text Example

White with #AB483B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB483B; }

 p { color: rgb(171,72,59); }

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

background-color css

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

 a { background-color: rgb(171,72,59); }

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

border-color css

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

 span { border-color: rgb(171,72,59); }

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