Html Css Color HEX #AB392D Medium Carmine

📋 copy color: '#AB392D'

red 171 ◦ green 57 ◦ blue 45

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

Shades of Medium Carmine #AB392D

Tints of Medium Carmine #AB392D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 16.48%

R = 62.64%
G = 20.88%
B = 16.48%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#AB392D (or 0xAB392D) is known color: Medium Carmine. HEX triplet: AB, 39 and 2D. RGB value is (171,57,45). Sum of RGB (Red+Green+Blue) = 171+57+45=273 (36% of max value = 765). Red value is 171 (67.19% from 255 or 62.64% from 273); Green value is 57 (22.66% from 255 or 20.88% from 273); Blue value is 45 (17.97% from 255 or 16.48% from 273); Max value from RGB is 171 - color contains mainly: red. Hex color #AB392D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB392D is #54C6D2. Grayscale: #595959. Windows color (decimal): -5555923 or 2963883. OLE color: 2963883.

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

Color convert

RGB 171 57 45 -
CMYK 0 0.67 0.74 0.33
HSL 5.71º 0.58% 0.42% -
HSV(B) 5.71º 0.74% 0.67% -
XYZ 18.73 11.77 3.77 -
YUV 89.72 102.77 185.98 -
System Red Green Blue C M Y K H S L
Decimal 171 57 45 0 0.67 0.74 0.33 5.71 0.58 0.42
Hex AB 39 2D 0 43 4A 21 6 3A 2A
Octal 253 71 55 0 103 112 41 6 72 52
Binary 10101011 111001 101101 0 1000011 1001010 100001 110 111010 101010

Color Harmonies of #AB392D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB392D

Black with #AB392D

Text Example


Text Example

White with #AB392D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB392D; }

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

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

background-color css

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

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

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

border-color css

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

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

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