Html Css Color HEX #AB402A Medium Carmine

📋 copy color: '#AB402A'

red 171 ◦ green 64 ◦ blue 42

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

Shades of Medium Carmine #AB402A

Tints of Medium Carmine #AB402A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 15.16%

R = 61.73%
G = 23.1%
B = 15.16%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.75

 K value IS 0.33

RGB Variations

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

Color information

#AB402A (or 0xAB402A) is known color: Medium Carmine. HEX triplet: AB, 40 and 2A. RGB value is (171,64,42). Sum of RGB (Red+Green+Blue) = 171+64+42=277 (36% of max value = 765). Red value is 171 (67.19% from 255 or 61.73% from 277); Green value is 64 (25.39% from 255 or 23.10% from 277); Blue value is 42 (16.80% from 255 or 15.16% from 277); Max value from RGB is 171 - color contains mainly: red. Hex color #AB402A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB402A is #54BFD5. Grayscale: #5D5D5D. Windows color (decimal): -5554134 or 2769067. OLE color: 2769067.

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

Color convert

RGB 171 64 42 -
CMYK 0 0.63 0.75 0.33
HSL 10.23º 0.61% 0.42% -
HSV(B) 10.23º 0.75% 0.67% -
XYZ 19.05 12.49 3.6 -
YUV 93.49 98.95 183.29 -
System Red Green Blue C M Y K H S L
Decimal 171 64 42 0 0.63 0.75 0.33 10.23 0.61 0.42
Hex AB 40 2A 0 3F 4B 21 A 3D 2A
Octal 253 100 52 0 77 113 41 12 75 52
Binary 10101011 1000000 101010 0 111111 1001011 100001 1010 111101 101010

Color Harmonies of #AB402A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB402A

Black with #AB402A

Text Example


Text Example

White with #AB402A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB402A; }

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

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

background-color css

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

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

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

border-color css

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

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

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