Html Css Color HEX #AB402B Medium Carmine

📋 copy color: '#AB402B'

red 171 ◦ green 64 ◦ blue 43

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

Shades of Medium Carmine #AB402B

Tints of Medium Carmine #AB402B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 15.47%

R = 61.51%
G = 23.02%
B = 15.47%

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

#AB402B (or 0xAB402B) is known color: Medium Carmine. HEX triplet: AB, 40 and 2B. RGB value is (171,64,43). Sum of RGB (Red+Green+Blue) = 171+64+43=278 (36% of max value = 765). Red value is 171 (67.19% from 255 or 61.51% from 278); Green value is 64 (25.39% from 255 or 23.02% from 278); Blue value is 43 (17.19% from 255 or 15.47% from 278); Max value from RGB is 171 - color contains mainly: red. Hex color #AB402B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB402B is #54BFD4. Grayscale: #5D5D5D. Windows color (decimal): -5554133 or 2834603. OLE color: 2834603.

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

Color convert

RGB 171 64 43 -
CMYK 0 0.63 0.75 0.33
HSL 9.84º 0.6% 0.42% -
HSV(B) 9.84º 0.75% 0.67% -
XYZ 19.06 12.5 3.69 -
YUV 93.6 99.45 183.21 -
System Red Green Blue C M Y K H S L
Decimal 171 64 43 0 0.63 0.75 0.33 9.84 0.6 0.42
Hex AB 40 2B 0 3F 4B 21 A 3C 2A
Octal 253 100 53 0 77 113 41 12 74 52
Binary 10101011 1000000 101011 0 111111 1001011 100001 1010 111100 101010

Color Harmonies of #AB402B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB402B

Black with #AB402B

Text Example


Text Example

White with #AB402B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB402B; }

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

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

background-color css

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

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

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

border-color css

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

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

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