Html Css Color HEX #AB4138 Medium Carmine

📋 copy color: '#AB4138'

red 171 ◦ green 65 ◦ blue 56

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

Shades of Medium Carmine #AB4138

Tints of Medium Carmine #AB4138

RGB

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

 GREEN value IS 65 (25.78% from 255) = 22.26%

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

R = 58.56%
G = 22.26%
B = 19.18%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.67

 K value IS 0.33

RGB Variations

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

Color information

#AB4138 (or 0xAB4138) is known color: Medium Carmine. HEX triplet: AB, 41 and 38. RGB value is (171,65,56). Sum of RGB (Red+Green+Blue) = 171+65+56=292 (38% of max value = 765). Red value is 171 (67.19% from 255 or 58.56% from 292); Green value is 65 (25.78% from 255 or 22.26% from 292); Blue value is 56 (22.27% from 255 or 19.18% from 292); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4138 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB4138 is #54BEC7. Grayscale: #5F5F5F. Windows color (decimal): -5553864 or 3686827. OLE color: 3686827.

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

Color convert

RGB 171 65 56 -
CMYK 0 0.62 0.67 0.33
HSL 4.7º 0.51% 0.45% -
HSV(B) 4.7º 0.67% 0.67% -
XYZ 19.4 12.72 5.17 -
YUV 95.67 105.62 181.73 -
System Red Green Blue C M Y K H S L
Decimal 171 65 56 0 0.62 0.67 0.33 4.7 0.51 0.45
Hex AB 41 38 0 3E 43 21 5 33 2D
Octal 253 101 70 0 76 103 41 5 63 55
Binary 10101011 1000001 111000 0 111110 1000011 100001 101 110011 101101

Color Harmonies of #AB4138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4138

Black with #AB4138

Text Example


Text Example

White with #AB4138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4138; }

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

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

background-color css

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

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

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

border-color css

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

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

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