Html Css Color HEX #AB3A24 Medium Carmine

📋 copy color: '#AB3A24'

red 171 ◦ green 58 ◦ blue 36

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

Shades of Medium Carmine #AB3A24

Tints of Medium Carmine #AB3A24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 13.58%

R = 64.53%
G = 21.89%
B = 13.58%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.79

 K value IS 0.33

RGB Variations

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

Color information

#AB3A24 (or 0xAB3A24) is known color: Medium Carmine. HEX triplet: AB, 3A and 24. RGB value is (171,58,36). Sum of RGB (Red+Green+Blue) = 171+58+36=265 (35% of max value = 765). Red value is 171 (67.19% from 255 or 64.53% from 265); Green value is 58 (23.05% from 255 or 21.89% from 265); Blue value is 36 (14.45% from 255 or 13.58% from 265); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3A24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3A24 is #54C5DB. Grayscale: #595959. Windows color (decimal): -5555676 or 2374315. OLE color: 2374315.

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

Color convert

RGB 171 58 36 -
CMYK 0 0.66 0.79 0.33
HSL 9.78º 0.65% 0.41% -
HSV(B) 9.78º 0.79% 0.67% -
XYZ 18.63 11.81 2.97 -
YUV 89.28 97.94 186.29 -
System Red Green Blue C M Y K H S L
Decimal 171 58 36 0 0.66 0.79 0.33 9.78 0.65 0.41
Hex AB 3A 24 0 42 4F 21 A 41 29
Octal 253 72 44 0 102 117 41 12 101 51
Binary 10101011 111010 100100 0 1000010 1001111 100001 1010 1000001 101001

Color Harmonies of #AB3A24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3A24

Black with #AB3A24

Text Example


Text Example

White with #AB3A24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3A24; }

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

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

background-color css

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

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

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

border-color css

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

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

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