Html Css Color HEX #AB352F Medium Carmine

📋 copy color: '#AB352F'

red 171 ◦ green 53 ◦ blue 47

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

Shades of Medium Carmine #AB352F

Tints of Medium Carmine #AB352F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 17.34%

R = 63.1%
G = 19.56%
B = 17.34%

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

#AB352F (or 0xAB352F) is known color: Medium Carmine. HEX triplet: AB, 35 and 2F. RGB value is (171,53,47). Sum of RGB (Red+Green+Blue) = 171+53+47=271 (35% of max value = 765). Red value is 171 (67.19% from 255 or 63.10% from 271); Green value is 53 (21.09% from 255 or 19.56% from 271); Blue value is 47 (18.75% from 255 or 17.34% from 271); Max value from RGB is 171 - color contains mainly: red. Hex color #AB352F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB352F is #54CAD0. Grayscale: #575757. Windows color (decimal): -5556945 or 3093931. OLE color: 3093931.

HSL color Cylindrical-coordinate representation of color #AB352F: hue angle of 2.9º degrees, saturation: 0.57, 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 #AB352F is Cyan = 0, Magento = 0.69, Yellow = 0.73 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 53 47 -
CMYK 0 0.69 0.73 0.33
HSL 2.9º 0.57% 0.43% -
HSV(B) 2.9º 0.73% 0.67% -
XYZ 18.58 11.41 3.91 -
YUV 87.6 105.09 187.49 -
System Red Green Blue C M Y K H S L
Decimal 171 53 47 0 0.69 0.73 0.33 2.9 0.57 0.43
Hex AB 35 2F 0 45 49 21 3 39 2B
Octal 253 65 57 0 105 111 41 3 71 53
Binary 10101011 110101 101111 0 1000101 1001001 100001 11 111001 101011

Color Harmonies of #AB352F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB352F

Black with #AB352F

Text Example


Text Example

White with #AB352F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB352F; }

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

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

background-color css

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

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

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

border-color css

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

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

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