Html Css Color HEX #AB403B Medium Carmine

📋 copy color: '#AB403B'

red 171 ◦ green 64 ◦ blue 59

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

Shades of Medium Carmine #AB403B

Tints of Medium Carmine #AB403B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 20.07%

R = 58.16%
G = 21.77%
B = 20.07%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#AB403B (or 0xAB403B) is known color: Medium Carmine. HEX triplet: AB, 40 and 3B. RGB value is (171,64,59). Sum of RGB (Red+Green+Blue) = 171+64+59=294 (38% of max value = 765). Red value is 171 (67.19% from 255 or 58.16% from 294); Green value is 64 (25.39% from 255 or 21.77% from 294); Blue value is 59 (23.44% from 255 or 20.07% from 294); Max value from RGB is 171 - color contains mainly: red. Hex color #AB403B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB403B is #54BFC4. Grayscale: #5F5F5F. Windows color (decimal): -5554117 or 3883179. OLE color: 3883179.

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

Color convert

RGB 171 64 59 -
CMYK 0 0.63 0.65 0.33
HSL 2.68º 0.49% 0.45% -
HSV(B) 2.68º 0.65% 0.67% -
XYZ 19.42 12.64 5.55 -
YUV 95.42 107.45 181.91 -
System Red Green Blue C M Y K H S L
Decimal 171 64 59 0 0.63 0.65 0.33 2.68 0.49 0.45
Hex AB 40 3B 0 3F 41 21 3 31 2D
Octal 253 100 73 0 77 101 41 3 61 55
Binary 10101011 1000000 111011 0 111111 1000001 100001 11 110001 101101

Color Harmonies of #AB403B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB403B

Black with #AB403B

Text Example


Text Example

White with #AB403B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB403B; }

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

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

background-color css

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

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

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

border-color css

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

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

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