Html Css Color HEX #AB3B2D Medium Carmine

📋 copy color: '#AB3B2D'

red 171 ◦ green 59 ◦ blue 45

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

Shades of Medium Carmine #AB3B2D

Tints of Medium Carmine #AB3B2D

RGB

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

 GREEN value IS 59 (23.44% from 255) = 21.45%

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

R = 62.18%
G = 21.45%
B = 16.36%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#AB3B2D (or 0xAB3B2D) is known color: Medium Carmine. HEX triplet: AB, 3B and 2D. RGB value is (171,59,45). Sum of RGB (Red+Green+Blue) = 171+59+45=275 (36% of max value = 765). Red value is 171 (67.19% from 255 or 62.18% from 275); Green value is 59 (23.44% from 255 or 21.45% from 275); Blue value is 45 (17.97% from 255 or 16.36% from 275); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3B2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3B2D is #54C4D2. Grayscale: #5B5B5B. Windows color (decimal): -5555411 or 2964395. OLE color: 2964395.

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

Color convert

RGB 171 59 45 -
CMYK 0 0.65 0.74 0.33
HSL 6.67º 0.58% 0.42% -
HSV(B) 6.67º 0.74% 0.67% -
XYZ 18.83 11.98 3.8 -
YUV 90.89 102.11 185.14 -
System Red Green Blue C M Y K H S L
Decimal 171 59 45 0 0.65 0.74 0.33 6.67 0.58 0.42
Hex AB 3B 2D 0 41 4A 21 7 3A 2A
Octal 253 73 55 0 101 112 41 7 72 52
Binary 10101011 111011 101101 0 1000001 1001010 100001 111 111010 101010

Color Harmonies of #AB3B2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3B2D

Black with #AB3B2D

Text Example


Text Example

White with #AB3B2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3B2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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