Html Css Color HEX #AB452F Medium Carmine

📋 copy color: '#AB452F'

red 171 ◦ green 69 ◦ blue 47

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

Shades of Medium Carmine #AB452F

Tints of Medium Carmine #AB452F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 16.38%

R = 59.58%
G = 24.04%
B = 16.38%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#AB452F (or 0xAB452F) is known color: Medium Carmine. HEX triplet: AB, 45 and 2F. RGB value is (171,69,47). Sum of RGB (Red+Green+Blue) = 171+69+47=287 (38% of max value = 765). Red value is 171 (67.19% from 255 or 59.58% from 287); Green value is 69 (27.34% from 255 or 24.04% from 287); Blue value is 47 (18.75% from 255 or 16.38% from 287); Max value from RGB is 171 - color contains mainly: red. Hex color #AB452F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB452F is #54BAD0. Grayscale: #616161. Windows color (decimal): -5552849 or 3098027. OLE color: 3098027.

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

Color convert

RGB 171 69 47 -
CMYK 0 0.60 0.73 0.33
HSL 10.65º 0.57% 0.43% -
HSV(B) 10.65º 0.73% 0.67% -
XYZ 19.44 13.12 4.2 -
YUV 96.99 99.79 180.79 -
System Red Green Blue C M Y K H S L
Decimal 171 69 47 0 0.60 0.73 0.33 10.65 0.57 0.43
Hex AB 45 2F 0 3C 49 21 B 39 2B
Octal 253 105 57 0 74 111 41 13 71 53
Binary 10101011 1000101 101111 0 111100 1001001 100001 1011 111001 101011

Color Harmonies of #AB452F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB452F

Black with #AB452F

Text Example


Text Example

White with #AB452F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB452F; }

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

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

background-color css

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

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

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

border-color css

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

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

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