Html Css Color HEX #AB3934 Medium Carmine

📋 copy color: '#AB3934'

red 171 ◦ green 57 ◦ blue 52

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

Shades of Medium Carmine #AB3934

Tints of Medium Carmine #AB3934

RGB

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

 GREEN value IS 57 (22.66% from 255) = 20.36%

 BLUE value IS 52 (20.7% from 255) = 18.57%

R = 61.07%
G = 20.36%
B = 18.57%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.70

 K value IS 0.33

RGB Variations

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

Color information

#AB3934 (or 0xAB3934) is known color: Medium Carmine. HEX triplet: AB, 39 and 34. RGB value is (171,57,52). Sum of RGB (Red+Green+Blue) = 171+57+52=280 (37% of max value = 765). Red value is 171 (67.19% from 255 or 61.07% from 280); Green value is 57 (22.66% from 255 or 20.36% from 280); Blue value is 52 (20.70% from 255 or 18.57% from 280); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3934 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3934 is #54C6CB. Grayscale: #5A5A5A. Windows color (decimal): -5555916 or 3422635. OLE color: 3422635.

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

Color convert

RGB 171 57 52 -
CMYK 0 0.67 0.70 0.33
HSL 2.52º 0.53% 0.44% -
HSV(B) 2.52º 0.7% 0.67% -
XYZ 18.88 11.83 4.54 -
YUV 90.52 106.27 185.41 -
System Red Green Blue C M Y K H S L
Decimal 171 57 52 0 0.67 0.70 0.33 2.52 0.53 0.44
Hex AB 39 34 0 43 46 21 3 35 2C
Octal 253 71 64 0 103 106 41 3 65 54
Binary 10101011 111001 110100 0 1000011 1000110 100001 11 110101 101100

Color Harmonies of #AB3934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3934

Black with #AB3934

Text Example


Text Example

White with #AB3934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3934; }

 p { color: rgb(171,57,52); }

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

background-color css

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

 a { background-color: rgb(171,57,52); }

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

border-color css

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

 span { border-color: rgb(171,57,52); }

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