Html Css Color HEX #AB3936 Medium Carmine

📋 copy color: '#AB3936'

red 171 ◦ green 57 ◦ blue 54

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

Shades of Medium Carmine #AB3936

Tints of Medium Carmine #AB3936

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 19.15%

R = 60.64%
G = 20.21%
B = 19.15%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.68

 K value IS 0.33

RGB Variations

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

Color information

#AB3936 (or 0xAB3936) is known color: Medium Carmine. HEX triplet: AB, 39 and 36. RGB value is (171,57,54). Sum of RGB (Red+Green+Blue) = 171+57+54=282 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60.64% from 282); Green value is 57 (22.66% from 255 or 20.21% from 282); Blue value is 54 (21.48% from 255 or 19.15% from 282); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3936 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3936 is #54C6C9. Grayscale: #5A5A5A. Windows color (decimal): -5555914 or 3553707. OLE color: 3553707.

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

Color convert

RGB 171 57 54 -
CMYK 0 0.67 0.68 0.33
HSL 1.54º 0.52% 0.44% -
HSV(B) 1.54º 0.68% 0.67% -
XYZ 18.92 11.85 4.78 -
YUV 90.74 107.27 185.24 -
System Red Green Blue C M Y K H S L
Decimal 171 57 54 0 0.67 0.68 0.33 1.54 0.52 0.44
Hex AB 39 36 0 43 44 21 2 34 2C
Octal 253 71 66 0 103 104 41 2 64 54
Binary 10101011 111001 110110 0 1000011 1000100 100001 10 110100 101100

Color Harmonies of #AB3936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3936

Black with #AB3936

Text Example


Text Example

White with #AB3936

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3936; }

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

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

background-color css

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

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

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

border-color css

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

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

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