Html Css Color HEX #AB412F Medium Carmine

📋 copy color: '#AB412F'

red 171 ◦ green 65 ◦ blue 47

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

Shades of Medium Carmine #AB412F

Tints of Medium Carmine #AB412F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 16.61%

R = 60.42%
G = 22.97%
B = 16.61%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#AB412F (or 0xAB412F) is known color: Medium Carmine. HEX triplet: AB, 41 and 2F. RGB value is (171,65,47). Sum of RGB (Red+Green+Blue) = 171+65+47=283 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60.42% from 283); Green value is 65 (25.78% from 255 or 22.97% from 283); Blue value is 47 (18.75% from 255 or 16.61% from 283); Max value from RGB is 171 - color contains mainly: red. Hex color #AB412F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB412F is #54BED0. Grayscale: #5E5E5E. Windows color (decimal): -5553873 or 3097003. OLE color: 3097003.

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

Color convert

RGB 171 65 47 -
CMYK 0 0.62 0.73 0.33
HSL 8.71º 0.57% 0.43% -
HSV(B) 8.71º 0.73% 0.67% -
XYZ 19.2 12.64 4.12 -
YUV 94.64 101.12 182.46 -
System Red Green Blue C M Y K H S L
Decimal 171 65 47 0 0.62 0.73 0.33 8.71 0.57 0.43
Hex AB 41 2F 0 3E 49 21 9 39 2B
Octal 253 101 57 0 76 111 41 11 71 53
Binary 10101011 1000001 101111 0 111110 1001001 100001 1001 111001 101011

Color Harmonies of #AB412F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB412F

Black with #AB412F

Text Example


Text Example

White with #AB412F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB412F; }

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

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

background-color css

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

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

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

border-color css

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

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

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