Html Css Color HEX #AB402E Medium Carmine

📋 copy color: '#AB402E'

red 171 ◦ green 64 ◦ blue 46

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

Shades of Medium Carmine #AB402E

Tints of Medium Carmine #AB402E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 16.37%

R = 60.85%
G = 22.78%
B = 16.37%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#AB402E (or 0xAB402E) is known color: Medium Carmine. HEX triplet: AB, 40 and 2E. RGB value is (171,64,46). Sum of RGB (Red+Green+Blue) = 171+64+46=281 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60.85% from 281); Green value is 64 (25.39% from 255 or 22.78% from 281); Blue value is 46 (18.36% from 255 or 16.37% from 281); Max value from RGB is 171 - color contains mainly: red. Hex color #AB402E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB402E is #54BFD1. Grayscale: #5E5E5E. Windows color (decimal): -5554130 or 3031211. OLE color: 3031211.

HSL color Cylindrical-coordinate representation of color #AB402E: hue angle of 8.64º degrees, saturation: 0.58, 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 #AB402E is Cyan = 0, Magento = 0.63, Yellow = 0.73 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 64 46 -
CMYK 0 0.63 0.73 0.33
HSL 8.64º 0.58% 0.43% -
HSV(B) 8.64º 0.73% 0.67% -
XYZ 19.12 12.52 3.99 -
YUV 93.94 100.95 182.96 -
System Red Green Blue C M Y K H S L
Decimal 171 64 46 0 0.63 0.73 0.33 8.64 0.58 0.43
Hex AB 40 2E 0 3F 49 21 9 3A 2B
Octal 253 100 56 0 77 111 41 11 72 53
Binary 10101011 1000000 101110 0 111111 1001001 100001 1001 111010 101011

Color Harmonies of #AB402E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB402E

Black with #AB402E

Text Example


Text Example

White with #AB402E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB402E; }

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

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

background-color css

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

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

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

border-color css

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

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

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