Html Css Color HEX #AB4038 Medium Carmine

📋 copy color: '#AB4038'

red 171 ◦ green 64 ◦ blue 56

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

Shades of Medium Carmine #AB4038

Tints of Medium Carmine #AB4038

RGB

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

 GREEN value IS 64 (25.39% from 255) = 21.99%

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

R = 58.76%
G = 21.99%
B = 19.24%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.67

 K value IS 0.33

RGB Variations

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

Color information

#AB4038 (or 0xAB4038) is known color: Medium Carmine. HEX triplet: AB, 40 and 38. RGB value is (171,64,56). Sum of RGB (Red+Green+Blue) = 171+64+56=291 (38% of max value = 765). Red value is 171 (67.19% from 255 or 58.76% from 291); Green value is 64 (25.39% from 255 or 21.99% from 291); Blue value is 56 (22.27% from 255 or 19.24% from 291); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4038 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB4038 is #54BFC7. Grayscale: #5F5F5F. Windows color (decimal): -5554120 or 3686571. OLE color: 3686571.

HSL color Cylindrical-coordinate representation of color #AB4038: hue angle of 4.17º 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 #AB4038 is Cyan = 0, Magento = 0.63, Yellow = 0.67 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 64 56 -
CMYK 0 0.63 0.67 0.33
HSL 4.17º 0.51% 0.45% -
HSV(B) 4.17º 0.67% 0.67% -
XYZ 19.34 12.61 5.16 -
YUV 95.08 105.95 182.15 -
System Red Green Blue C M Y K H S L
Decimal 171 64 56 0 0.63 0.67 0.33 4.17 0.51 0.45
Hex AB 40 38 0 3F 43 21 4 33 2D
Octal 253 100 70 0 77 103 41 4 63 55
Binary 10101011 1000000 111000 0 111111 1000011 100001 100 110011 101101

Color Harmonies of #AB4038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4038

Black with #AB4038

Text Example


Text Example

White with #AB4038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4038; }

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

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

background-color css

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

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

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

border-color css

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

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

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