Html Css Color HEX #AB4935 Medium Carmine

📋 copy color: '#AB4935'

red 171 ◦ green 73 ◦ blue 53

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

Shades of Medium Carmine #AB4935

Tints of Medium Carmine #AB4935

RGB

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

 GREEN value IS 73 (28.91% from 255) = 24.58%

 BLUE value IS 53 (21.09% from 255) = 17.85%

R = 57.58%
G = 24.58%
B = 17.85%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.69

 K value IS 0.33

RGB Variations

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

Color information

#AB4935 (or 0xAB4935) is known color: Medium Carmine. HEX triplet: AB, 49 and 35. RGB value is (171,73,53). Sum of RGB (Red+Green+Blue) = 171+73+53=297 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.58% from 297); Green value is 73 (28.91% from 255 or 24.58% from 297); Blue value is 53 (21.09% from 255 or 17.85% from 297); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4935 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB4935 is #54B6CA. Grayscale: #646464. Windows color (decimal): -5551819 or 3492267. OLE color: 3492267.

HSL color Cylindrical-coordinate representation of color #AB4935: hue angle of 10.17º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AB4935 is Cyan = 0, Magento = 0.57, Yellow = 0.69 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 73 53 -
CMYK 0 0.57 0.69 0.33
HSL 10.17º 0.53% 0.44% -
HSV(B) 10.17º 0.69% 0.67% -
XYZ 19.82 13.68 4.96 -
YUV 100.02 101.47 178.63 -
System Red Green Blue C M Y K H S L
Decimal 171 73 53 0 0.57 0.69 0.33 10.17 0.53 0.44
Hex AB 49 35 0 39 45 21 A 35 2C
Octal 253 111 65 0 71 105 41 12 65 54
Binary 10101011 1001001 110101 0 111001 1000101 100001 1010 110101 101100

Color Harmonies of #AB4935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4935

Black with #AB4935

Text Example


Text Example

White with #AB4935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4935; }

 p { color: rgb(171,73,53); }

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

background-color css

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

 a { background-color: rgb(171,73,53); }

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

border-color css

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

 span { border-color: rgb(171,73,53); }

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