Html Css Color HEX #AB3A25 Medium Carmine

📋 copy color: '#AB3A25'

red 171 ◦ green 58 ◦ blue 37

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

Shades of Medium Carmine #AB3A25

Tints of Medium Carmine #AB3A25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 13.91%

R = 64.29%
G = 21.8%
B = 13.91%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.78

 K value IS 0.33

RGB Variations

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

Color information

#AB3A25 (or 0xAB3A25) is known color: Medium Carmine. HEX triplet: AB, 3A and 25. RGB value is (171,58,37). Sum of RGB (Red+Green+Blue) = 171+58+37=266 (35% of max value = 765). Red value is 171 (67.19% from 255 or 64.29% from 266); Green value is 58 (23.05% from 255 or 21.80% from 266); Blue value is 37 (14.84% from 255 or 13.91% from 266); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3A25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3A25 is #54C5DA. Grayscale: #595959. Windows color (decimal): -5555675 or 2439851. OLE color: 2439851.

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

Color convert

RGB 171 58 37 -
CMYK 0 0.66 0.78 0.33
HSL 9.4º 0.64% 0.41% -
HSV(B) 9.4º 0.78% 0.67% -
XYZ 18.64 11.82 3.05 -
YUV 89.39 98.44 186.21 -
System Red Green Blue C M Y K H S L
Decimal 171 58 37 0 0.66 0.78 0.33 9.4 0.64 0.41
Hex AB 3A 25 0 42 4E 21 9 40 29
Octal 253 72 45 0 102 116 41 11 100 51
Binary 10101011 111010 100101 0 1000010 1001110 100001 1001 1000000 101001

Color Harmonies of #AB3A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3A25

Black with #AB3A25

Text Example


Text Example

White with #AB3A25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3A25; }

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

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

background-color css

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

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

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

border-color css

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

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

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