Html Css Color HEX #AB413D Medium Carmine

📋 copy color: '#AB413D'

red 171 ◦ green 65 ◦ blue 61

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

Shades of Medium Carmine #AB413D

Tints of Medium Carmine #AB413D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 20.54%

R = 57.58%
G = 21.89%
B = 20.54%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#AB413D (or 0xAB413D) is known color: Medium Carmine. HEX triplet: AB, 41 and 3D. RGB value is (171,65,61). Sum of RGB (Red+Green+Blue) = 171+65+61=297 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.58% from 297); Green value is 65 (25.78% from 255 or 21.89% from 297); Blue value is 61 (24.22% from 255 or 20.54% from 297); Max value from RGB is 171 - color contains mainly: red. Hex color #AB413D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB413D is #54BEC2. Grayscale: #606060. Windows color (decimal): -5553859 or 4014507. OLE color: 4014507.

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

Color convert

RGB 171 65 61 -
CMYK 0 0.62 0.64 0.33
HSL 2.18º 0.47% 0.45% -
HSV(B) 2.18º 0.64% 0.67% -
XYZ 19.53 12.78 5.85 -
YUV 96.24 108.12 181.33 -
System Red Green Blue C M Y K H S L
Decimal 171 65 61 0 0.62 0.64 0.33 2.18 0.47 0.45
Hex AB 41 3D 0 3E 40 21 2 2F 2D
Octal 253 101 75 0 76 100 41 2 57 55
Binary 10101011 1000001 111101 0 111110 1000000 100001 10 101111 101101

Color Harmonies of #AB413D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB413D

Black with #AB413D

Text Example


Text Example

White with #AB413D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB413D; }

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

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

background-color css

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

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

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

border-color css

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

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

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