Html Css Color HEX #AB453D Medium Carmine

📋 copy color: '#AB453D'

red 171 ◦ green 69 ◦ blue 61

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

Shades of Medium Carmine #AB453D

Tints of Medium Carmine #AB453D

RGB

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

 GREEN value IS 69 (27.34% from 255) = 22.92%

 BLUE value IS 61 (24.22% from 255) = 20.27%

R = 56.81%
G = 22.92%
B = 20.27%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#AB453D (or 0xAB453D) is known color: Medium Carmine. HEX triplet: AB, 45 and 3D. RGB value is (171,69,61). Sum of RGB (Red+Green+Blue) = 171+69+61=301 (39% of max value = 765). Red value is 171 (67.19% from 255 or 56.81% from 301); Green value is 69 (27.34% from 255 or 22.92% from 301); Blue value is 61 (24.22% from 255 or 20.27% from 301); Max value from RGB is 171 - color contains mainly: red. Hex color #AB453D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB453D is #54BAC2. Grayscale: #626262. Windows color (decimal): -5552835 or 4015531. OLE color: 4015531.

HSL color Cylindrical-coordinate representation of color #AB453D: hue angle of 4.36º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AB453D is Cyan = 0, Magento = 0.60, Yellow = 0.64 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 69 61 -
CMYK 0 0.60 0.64 0.33
HSL 4.36º 0.47% 0.45% -
HSV(B) 4.36º 0.64% 0.67% -
XYZ 19.77 13.25 5.93 -
YUV 98.59 106.79 179.65 -
System Red Green Blue C M Y K H S L
Decimal 171 69 61 0 0.60 0.64 0.33 4.36 0.47 0.45
Hex AB 45 3D 0 3C 40 21 4 2F 2D
Octal 253 105 75 0 74 100 41 4 57 55
Binary 10101011 1000101 111101 0 111100 1000000 100001 100 101111 101101

Color Harmonies of #AB453D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB453D

Black with #AB453D

Text Example


Text Example

White with #AB453D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB453D; }

 p { color: rgb(171,69,61); }

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

background-color css

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

 a { background-color: rgb(171,69,61); }

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

border-color css

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

 span { border-color: rgb(171,69,61); }

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