Html Css Color HEX #AB403A Medium Carmine

📋 copy color: '#AB403A'

red 171 ◦ green 64 ◦ blue 58

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

Shades of Medium Carmine #AB403A

Tints of Medium Carmine #AB403A

RGB

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

 GREEN value IS 64 (25.39% from 255) = 21.84%

 BLUE value IS 58 (23.05% from 255) = 19.8%

R = 58.36%
G = 21.84%
B = 19.8%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#AB403A (or 0xAB403A) is known color: Medium Carmine. HEX triplet: AB, 40 and 3A. RGB value is (171,64,58). Sum of RGB (Red+Green+Blue) = 171+64+58=293 (38% of max value = 765). Red value is 171 (67.19% from 255 or 58.36% from 293); Green value is 64 (25.39% from 255 or 21.84% from 293); Blue value is 58 (23.05% from 255 or 19.80% from 293); Max value from RGB is 171 - color contains mainly: red. Hex color #AB403A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB403A is #54BFC5. Grayscale: #5F5F5F. Windows color (decimal): -5554118 or 3817643. OLE color: 3817643.

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

Color convert

RGB 171 64 58 -
CMYK 0 0.63 0.66 0.33
HSL 3.19º 0.49% 0.45% -
HSV(B) 3.19º 0.66% 0.67% -
XYZ 19.39 12.63 5.42 -
YUV 95.31 106.95 181.99 -
System Red Green Blue C M Y K H S L
Decimal 171 64 58 0 0.63 0.66 0.33 3.19 0.49 0.45
Hex AB 40 3A 0 3F 42 21 3 31 2D
Octal 253 100 72 0 77 102 41 3 61 55
Binary 10101011 1000000 111010 0 111111 1000010 100001 11 110001 101101

Color Harmonies of #AB403A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB403A

Black with #AB403A

Text Example


Text Example

White with #AB403A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB403A; }

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

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

background-color css

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

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

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

border-color css

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

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

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