Html Css Color HEX #AB452D Medium Carmine

📋 copy color: '#AB452D'

red 171 ◦ green 69 ◦ blue 45

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

Shades of Medium Carmine #AB452D

Tints of Medium Carmine #AB452D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 15.79%

R = 60%
G = 24.21%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#AB452D (or 0xAB452D) is known color: Medium Carmine. HEX triplet: AB, 45 and 2D. RGB value is (171,69,45). Sum of RGB (Red+Green+Blue) = 171+69+45=285 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60% from 285); Green value is 69 (27.34% from 255 or 24.21% from 285); Blue value is 45 (17.97% from 255 or 15.79% from 285); Max value from RGB is 171 - color contains mainly: red. Hex color #AB452D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB452D is #54BAD2. Grayscale: #606060. Windows color (decimal): -5552851 or 2966955. OLE color: 2966955.

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

Color convert

RGB 171 69 45 -
CMYK 0 0.60 0.74 0.33
HSL 11.43º 0.58% 0.42% -
HSV(B) 11.43º 0.74% 0.67% -
XYZ 19.4 13.1 3.99 -
YUV 96.76 98.79 180.95 -
System Red Green Blue C M Y K H S L
Decimal 171 69 45 0 0.60 0.74 0.33 11.43 0.58 0.42
Hex AB 45 2D 0 3C 4A 21 B 3A 2A
Octal 253 105 55 0 74 112 41 13 72 52
Binary 10101011 1000101 101101 0 111100 1001010 100001 1011 111010 101010

Color Harmonies of #AB452D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB452D

Black with #AB452D

Text Example


Text Example

White with #AB452D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB452D; }

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

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

background-color css

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

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

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

border-color css

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

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

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