Html Css Color HEX #AB3A27 Medium Carmine

📋 copy color: '#AB3A27'

red 171 ◦ green 58 ◦ blue 39

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

Shades of Medium Carmine #AB3A27

Tints of Medium Carmine #AB3A27

RGB

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

 GREEN value IS 58 (23.05% from 255) = 21.64%

 BLUE value IS 39 (15.63% from 255) = 14.55%

R = 63.81%
G = 21.64%
B = 14.55%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.77

 K value IS 0.33

RGB Variations

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

Color information

#AB3A27 (or 0xAB3A27) is known color: Medium Carmine. HEX triplet: AB, 3A and 27. RGB value is (171,58,39). Sum of RGB (Red+Green+Blue) = 171+58+39=268 (35% of max value = 765). Red value is 171 (67.19% from 255 or 63.81% from 268); Green value is 58 (23.05% from 255 or 21.64% from 268); Blue value is 39 (15.62% from 255 or 14.55% from 268); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3A27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3A27 is #54C5D8. Grayscale: #595959. Windows color (decimal): -5555673 or 2570923. OLE color: 2570923.

HSL color Cylindrical-coordinate representation of color #AB3A27: hue angle of 8.64º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AB3A27 is Cyan = 0, Magento = 0.66, Yellow = 0.77 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 58 39 -
CMYK 0 0.66 0.77 0.33
HSL 8.64º 0.63% 0.41% -
HSV(B) 8.64º 0.77% 0.67% -
XYZ 18.67 11.83 3.22 -
YUV 89.62 99.44 186.04 -
System Red Green Blue C M Y K H S L
Decimal 171 58 39 0 0.66 0.77 0.33 8.64 0.63 0.41
Hex AB 3A 27 0 42 4D 21 9 3F 29
Octal 253 72 47 0 102 115 41 11 77 51
Binary 10101011 111010 100111 0 1000010 1001101 100001 1001 111111 101001

Color Harmonies of #AB3A27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3A27

Black with #AB3A27

Text Example


Text Example

White with #AB3A27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3A27; }

 p { color: rgb(171,58,39); }

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

background-color css

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

 a { background-color: rgb(171,58,39); }

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

border-color css

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

 span { border-color: rgb(171,58,39); }

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