Html Css Color HEX #AB352E Medium Carmine

📋 copy color: '#AB352E'

red 171 ◦ green 53 ◦ blue 46

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

Shades of Medium Carmine #AB352E

Tints of Medium Carmine #AB352E

RGB

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

 GREEN value IS 53 (21.09% from 255) = 19.63%

 BLUE value IS 46 (18.36% from 255) = 17.04%

R = 63.33%
G = 19.63%
B = 17.04%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#AB352E (or 0xAB352E) is known color: Medium Carmine. HEX triplet: AB, 35 and 2E. RGB value is (171,53,46). Sum of RGB (Red+Green+Blue) = 171+53+46=270 (35% of max value = 765). Red value is 171 (67.19% from 255 or 63.33% from 270); Green value is 53 (21.09% from 255 or 19.63% from 270); Blue value is 46 (18.36% from 255 or 17.04% from 270); Max value from RGB is 171 - color contains mainly: red. Hex color #AB352E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB352E is #54CAD1. Grayscale: #575757. Windows color (decimal): -5556946 or 3028395. OLE color: 3028395.

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

Color convert

RGB 171 53 46 -
CMYK 0 0.69 0.73 0.33
HSL 3.36º 0.58% 0.43% -
HSV(B) 3.36º 0.73% 0.67% -
XYZ 18.56 11.4 3.81 -
YUV 87.48 104.59 187.57 -
System Red Green Blue C M Y K H S L
Decimal 171 53 46 0 0.69 0.73 0.33 3.36 0.58 0.43
Hex AB 35 2E 0 45 49 21 3 3A 2B
Octal 253 65 56 0 105 111 41 3 72 53
Binary 10101011 110101 101110 0 1000101 1001001 100001 11 111010 101011

Color Harmonies of #AB352E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB352E

Black with #AB352E

Text Example


Text Example

White with #AB352E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB352E; }

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

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

background-color css

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

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

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

border-color css

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

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

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