Html Css Color HEX #AB4838 Medium Carmine

📋 copy color: '#AB4838'

red 171 ◦ green 72 ◦ blue 56

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

Shades of Medium Carmine #AB4838

Tints of Medium Carmine #AB4838

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 18.73%

R = 57.19%
G = 24.08%
B = 18.73%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.67

 K value IS 0.33

RGB Variations

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

Color information

#AB4838 (or 0xAB4838) is known color: Medium Carmine. HEX triplet: AB, 48 and 38. RGB value is (171,72,56). Sum of RGB (Red+Green+Blue) = 171+72+56=299 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.19% from 299); Green value is 72 (28.52% from 255 or 24.08% from 299); Blue value is 56 (22.27% from 255 or 18.73% from 299); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4838 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB4838 is #54B7C7. Grayscale: #636363. Windows color (decimal): -5552072 or 3688619. OLE color: 3688619.

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

Color convert

RGB 171 72 56 -
CMYK 0 0.58 0.67 0.33
HSL 8.35º 0.51% 0.45% -
HSV(B) 8.35º 0.67% 0.67% -
XYZ 19.83 13.58 5.32 -
YUV 99.78 103.3 178.8 -
System Red Green Blue C M Y K H S L
Decimal 171 72 56 0 0.58 0.67 0.33 8.35 0.51 0.45
Hex AB 48 38 0 3A 43 21 8 33 2D
Octal 253 110 70 0 72 103 41 10 63 55
Binary 10101011 1001000 111000 0 111010 1000011 100001 1000 110011 101101

Color Harmonies of #AB4838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4838

Black with #AB4838

Text Example


Text Example

White with #AB4838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4838; }

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

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

background-color css

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

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

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

border-color css

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

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

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