Html Css Color HEX #AB362E Medium Carmine

📋 copy color: '#AB362E'

red 171 ◦ green 54 ◦ blue 46

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

Shades of Medium Carmine #AB362E

Tints of Medium Carmine #AB362E

RGB

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

 GREEN value IS 54 (21.48% from 255) = 19.93%

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

R = 63.1%
G = 19.93%
B = 16.97%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#AB362E (or 0xAB362E) is known color: Medium Carmine. HEX triplet: AB, 36 and 2E. RGB value is (171,54,46). Sum of RGB (Red+Green+Blue) = 171+54+46=271 (35% of max value = 765). Red value is 171 (67.19% from 255 or 63.10% from 271); Green value is 54 (21.48% from 255 or 19.93% from 271); Blue value is 46 (18.36% from 255 or 16.97% from 271); Max value from RGB is 171 - color contains mainly: red. Hex color #AB362E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB362E is #54C9D1. Grayscale: #585858. Windows color (decimal): -5556690 or 3028651. OLE color: 3028651.

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

Color convert

RGB 171 54 46 -
CMYK 0 0.68 0.73 0.33
HSL 3.84º 0.58% 0.43% -
HSV(B) 3.84º 0.73% 0.67% -
XYZ 18.61 11.49 3.82 -
YUV 88.07 104.26 187.15 -
System Red Green Blue C M Y K H S L
Decimal 171 54 46 0 0.68 0.73 0.33 3.84 0.58 0.43
Hex AB 36 2E 0 44 49 21 4 3A 2B
Octal 253 66 56 0 104 111 41 4 72 53
Binary 10101011 110110 101110 0 1000100 1001001 100001 100 111010 101011

Color Harmonies of #AB362E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB362E

Black with #AB362E

Text Example


Text Example

White with #AB362E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB362E; }

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

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

background-color css

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

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

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

border-color css

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

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

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