Html Css Color HEX #AB3A33 Medium Carmine

📋 copy color: '#AB3A33'

red 171 ◦ green 58 ◦ blue 51

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

Shades of Medium Carmine #AB3A33

Tints of Medium Carmine #AB3A33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 18.21%

R = 61.07%
G = 20.71%
B = 18.21%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.70

 K value IS 0.33

RGB Variations

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

Color information

#AB3A33 (or 0xAB3A33) is known color: Medium Carmine. HEX triplet: AB, 3A and 33. RGB value is (171,58,51). Sum of RGB (Red+Green+Blue) = 171+58+51=280 (37% of max value = 765). Red value is 171 (67.19% from 255 or 61.07% from 280); Green value is 58 (23.05% from 255 or 20.71% from 280); Blue value is 51 (20.31% from 255 or 18.21% from 280); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3A33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3A33 is #54C5CC. Grayscale: #5B5B5B. Windows color (decimal): -5555661 or 3357355. OLE color: 3357355.

HSL color Cylindrical-coordinate representation of color #AB3A33: hue angle of 3.5º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AB3A33 is Cyan = 0, Magento = 0.66, Yellow = 0.70 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 58 51 -
CMYK 0 0.66 0.70 0.33
HSL 3.5º 0.54% 0.44% -
HSV(B) 3.5º 0.7% 0.67% -
XYZ 18.91 11.92 4.44 -
YUV 90.99 105.44 185.07 -
System Red Green Blue C M Y K H S L
Decimal 171 58 51 0 0.66 0.70 0.33 3.5 0.54 0.44
Hex AB 3A 33 0 42 46 21 4 36 2C
Octal 253 72 63 0 102 106 41 4 66 54
Binary 10101011 111010 110011 0 1000010 1000110 100001 100 110110 101100

Color Harmonies of #AB3A33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3A33

Black with #AB3A33

Text Example


Text Example

White with #AB3A33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3A33; }

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

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

background-color css

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

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

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

border-color css

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

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

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