Html Css Color HEX #AB3A32 Medium Carmine

📋 copy color: '#AB3A32'

red 171 ◦ green 58 ◦ blue 50

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

Shades of Medium Carmine #AB3A32

Tints of Medium Carmine #AB3A32

RGB

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

 GREEN value IS 58 (23.05% from 255) = 20.79%

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

R = 61.29%
G = 20.79%
B = 17.92%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.71

 K value IS 0.33

RGB Variations

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

Color information

#AB3A32 (or 0xAB3A32) is known color: Medium Carmine. HEX triplet: AB, 3A and 32. RGB value is (171,58,50). Sum of RGB (Red+Green+Blue) = 171+58+50=279 (36% of max value = 765). Red value is 171 (67.19% from 255 or 61.29% from 279); Green value is 58 (23.05% from 255 or 20.79% from 279); Blue value is 50 (19.92% from 255 or 17.92% from 279); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3A32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3A32 is #54C5CD. Grayscale: #5B5B5B. Windows color (decimal): -5555662 or 3291819. OLE color: 3291819.

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

Color convert

RGB 171 58 50 -
CMYK 0 0.66 0.71 0.33
HSL 3.97º 0.55% 0.43% -
HSV(B) 3.97º 0.71% 0.67% -
XYZ 18.88 11.91 4.32 -
YUV 90.88 104.94 185.15 -
System Red Green Blue C M Y K H S L
Decimal 171 58 50 0 0.66 0.71 0.33 3.97 0.55 0.43
Hex AB 3A 32 0 42 47 21 4 37 2B
Octal 253 72 62 0 102 107 41 4 67 53
Binary 10101011 111010 110010 0 1000010 1000111 100001 100 110111 101011

Color Harmonies of #AB3A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3A32

Black with #AB3A32

Text Example


Text Example

White with #AB3A32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3A32; }

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

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

background-color css

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

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

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

border-color css

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

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

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