Html Css Color HEX #AB3B2F Medium Carmine

📋 copy color: '#AB3B2F'

red 171 ◦ green 59 ◦ blue 47

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

Shades of Medium Carmine #AB3B2F

Tints of Medium Carmine #AB3B2F

RGB

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

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

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

R = 61.73%
G = 21.3%
B = 16.97%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#AB3B2F (or 0xAB3B2F) is known color: Medium Carmine. HEX triplet: AB, 3B and 2F. RGB value is (171,59,47). Sum of RGB (Red+Green+Blue) = 171+59+47=277 (36% of max value = 765). Red value is 171 (67.19% from 255 or 61.73% from 277); Green value is 59 (23.44% from 255 or 21.30% from 277); Blue value is 47 (18.75% from 255 or 16.97% from 277); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3B2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3B2F is #54C4D0. Grayscale: #5B5B5B. Windows color (decimal): -5555409 or 3095467. OLE color: 3095467.

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

Color convert

RGB 171 59 47 -
CMYK 0 0.65 0.73 0.33
HSL 5.81º 0.57% 0.43% -
HSV(B) 5.81º 0.73% 0.67% -
XYZ 18.87 11.99 4.01 -
YUV 91.12 103.11 184.98 -
System Red Green Blue C M Y K H S L
Decimal 171 59 47 0 0.65 0.73 0.33 5.81 0.57 0.43
Hex AB 3B 2F 0 41 49 21 6 39 2B
Octal 253 73 57 0 101 111 41 6 71 53
Binary 10101011 111011 101111 0 1000001 1001001 100001 110 111001 101011

Color Harmonies of #AB3B2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3B2F

Black with #AB3B2F

Text Example


Text Example

White with #AB3B2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3B2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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