Html Css Color HEX #AB3932 Medium Carmine

📋 copy color: '#AB3932'

red 171 ◦ green 57 ◦ blue 50

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

Shades of Medium Carmine #AB3932

Tints of Medium Carmine #AB3932

RGB

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

 GREEN value IS 57 (22.66% from 255) = 20.5%

 BLUE value IS 50 (19.92% from 255) = 17.99%

R = 61.51%
G = 20.5%
B = 17.99%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.71

 K value IS 0.33

RGB Variations

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

Color information

#AB3932 (or 0xAB3932) is known color: Medium Carmine. HEX triplet: AB, 39 and 32. RGB value is (171,57,50). Sum of RGB (Red+Green+Blue) = 171+57+50=278 (36% of max value = 765). Red value is 171 (67.19% from 255 or 61.51% from 278); Green value is 57 (22.66% from 255 or 20.50% from 278); Blue value is 50 (19.92% from 255 or 17.99% from 278); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3932 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3932 is #54C6CD. Grayscale: #5A5A5A. Windows color (decimal): -5555918 or 3291563. OLE color: 3291563.

HSL color Cylindrical-coordinate representation of color #AB3932: hue angle of 3.47º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AB3932 is Cyan = 0, Magento = 0.67, Yellow = 0.71 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 57 50 -
CMYK 0 0.67 0.71 0.33
HSL 3.47º 0.55% 0.43% -
HSV(B) 3.47º 0.71% 0.67% -
XYZ 18.83 11.81 4.31 -
YUV 90.29 105.27 185.57 -
System Red Green Blue C M Y K H S L
Decimal 171 57 50 0 0.67 0.71 0.33 3.47 0.55 0.43
Hex AB 39 32 0 43 47 21 3 37 2B
Octal 253 71 62 0 103 107 41 3 67 53
Binary 10101011 111001 110010 0 1000011 1000111 100001 11 110111 101011

Color Harmonies of #AB3932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3932

Black with #AB3932

Text Example


Text Example

White with #AB3932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3932; }

 p { color: rgb(171,57,50); }

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

background-color css

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

 a { background-color: rgb(171,57,50); }

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

border-color css

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

 span { border-color: rgb(171,57,50); }

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