Html Css Color HEX #AB402C Medium Carmine

📋 copy color: '#AB402C'

red 171 ◦ green 64 ◦ blue 44

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

Shades of Medium Carmine #AB402C

Tints of Medium Carmine #AB402C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 15.77%

R = 61.29%
G = 22.94%
B = 15.77%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#AB402C (or 0xAB402C) is known color: Medium Carmine. HEX triplet: AB, 40 and 2C. RGB value is (171,64,44). Sum of RGB (Red+Green+Blue) = 171+64+44=279 (36% of max value = 765). Red value is 171 (67.19% from 255 or 61.29% from 279); Green value is 64 (25.39% from 255 or 22.94% from 279); Blue value is 44 (17.58% from 255 or 15.77% from 279); Max value from RGB is 171 - color contains mainly: red. Hex color #AB402C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB402C is #54BFD3. Grayscale: #5D5D5D. Windows color (decimal): -5554132 or 2900139. OLE color: 2900139.

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

Color convert

RGB 171 64 44 -
CMYK 0 0.63 0.74 0.33
HSL 9.45º 0.59% 0.42% -
HSV(B) 9.45º 0.74% 0.67% -
XYZ 19.08 12.51 3.79 -
YUV 93.71 99.95 183.13 -
System Red Green Blue C M Y K H S L
Decimal 171 64 44 0 0.63 0.74 0.33 9.45 0.59 0.42
Hex AB 40 2C 0 3F 4A 21 9 3B 2A
Octal 253 100 54 0 77 112 41 11 73 52
Binary 10101011 1000000 101100 0 111111 1001010 100001 1001 111011 101010

Color Harmonies of #AB402C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB402C

Black with #AB402C

Text Example


Text Example

White with #AB402C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB402C; }

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

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

background-color css

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

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

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

border-color css

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

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

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