Html Css Color HEX #AB362A Medium Carmine

📋 copy color: '#AB362A'

red 171 ◦ green 54 ◦ blue 42

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

Shades of Medium Carmine #AB362A

Tints of Medium Carmine #AB362A

RGB

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

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

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

R = 64.04%
G = 20.22%
B = 15.73%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.75

 K value IS 0.33

RGB Variations

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

Color information

#AB362A (or 0xAB362A) is known color: Medium Carmine. HEX triplet: AB, 36 and 2A. RGB value is (171,54,42). Sum of RGB (Red+Green+Blue) = 171+54+42=267 (35% of max value = 765). Red value is 171 (67.19% from 255 or 64.04% from 267); Green value is 54 (21.48% from 255 or 20.22% from 267); Blue value is 42 (16.80% from 255 or 15.73% from 267); Max value from RGB is 171 - color contains mainly: red. Hex color #AB362A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB362A is #54C9D5. Grayscale: #575757. Windows color (decimal): -5556694 or 2766507. OLE color: 2766507.

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

Color convert

RGB 171 54 42 -
CMYK 0 0.68 0.75 0.33
HSL 5.58º 0.61% 0.42% -
HSV(B) 5.58º 0.75% 0.67% -
XYZ 18.53 11.46 3.43 -
YUV 87.62 102.26 187.48 -
System Red Green Blue C M Y K H S L
Decimal 171 54 42 0 0.68 0.75 0.33 5.58 0.61 0.42
Hex AB 36 2A 0 44 4B 21 6 3D 2A
Octal 253 66 52 0 104 113 41 6 75 52
Binary 10101011 110110 101010 0 1000100 1001011 100001 110 111101 101010

Color Harmonies of #AB362A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB362A

Black with #AB362A

Text Example


Text Example

White with #AB362A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB362A; }

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

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

background-color css

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

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

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

border-color css

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

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

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