Html Css Color HEX #AB413B Medium Carmine

📋 copy color: '#AB413B'

red 171 ◦ green 65 ◦ blue 59

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

Shades of Medium Carmine #AB413B

Tints of Medium Carmine #AB413B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 22.03%

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

R = 57.97%
G = 22.03%
B = 20%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#AB413B (or 0xAB413B) is known color: Medium Carmine. HEX triplet: AB, 41 and 3B. RGB value is (171,65,59). Sum of RGB (Red+Green+Blue) = 171+65+59=295 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.97% from 295); Green value is 65 (25.78% from 255 or 22.03% from 295); Blue value is 59 (23.44% from 255 or 20% from 295); Max value from RGB is 171 - color contains mainly: red. Hex color #AB413B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB413B is #54BEC4. Grayscale: #606060. Windows color (decimal): -5553861 or 3883435. OLE color: 3883435.

HSL color Cylindrical-coordinate representation of color #AB413B: hue angle of 3.21º 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 #AB413B is Cyan = 0, Magento = 0.62, Yellow = 0.65 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 65 59 -
CMYK 0 0.62 0.65 0.33
HSL 3.21º 0.49% 0.45% -
HSV(B) 3.21º 0.65% 0.67% -
XYZ 19.47 12.75 5.57 -
YUV 96.01 107.12 181.49 -
System Red Green Blue C M Y K H S L
Decimal 171 65 59 0 0.62 0.65 0.33 3.21 0.49 0.45
Hex AB 41 3B 0 3E 41 21 3 31 2D
Octal 253 101 73 0 76 101 41 3 61 55
Binary 10101011 1000001 111011 0 111110 1000001 100001 11 110001 101101

Color Harmonies of #AB413B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB413B

Black with #AB413B

Text Example


Text Example

White with #AB413B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB413B; }

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

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

background-color css

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

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

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

border-color css

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

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

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