Html Css Color HEX #AB3939 Medium Carmine

📋 copy color: '#AB3939'

red 171 ◦ green 57 ◦ blue 57

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

Shades of Medium Carmine #AB3939

Tints of Medium Carmine #AB3939

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 20%

R = 60%
G = 20%
B = 20%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.67

 K value IS 0.33

RGB Variations

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

Color information

#AB3939 (or 0xAB3939) is known color: Medium Carmine. HEX triplet: AB, 39 and 39. RGB value is (171,57,57). Sum of RGB (Red+Green+Blue) = 171+57+57=285 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60% from 285); Green value is 57 (22.66% from 255 or 20% from 285); Blue value is 57 (22.66% from 255 or 20% from 285); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3939 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3939 is #54C6C6. Grayscale: #5B5B5B. Windows color (decimal): -5555911 or 3750315. OLE color: 3750315.

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

Color convert

RGB 171 57 57 -
CMYK 0 0.67 0.67 0.33
HSL 0.5% 0.45% -
HSV(B) 0.67% 0.67% -
XYZ 19 11.88 5.16 -
YUV 91.09 108.77 185 -
System Red Green Blue C M Y K H S L
Decimal 171 57 57 0 0.67 0.67 0.33 0 0.5 0.45
Hex AB 39 39 0 43 43 21 0 32 2D
Octal 253 71 71 0 103 103 41 0 62 55
Binary 10101011 111001 111001 0 1000011 1000011 100001 0 110010 101101

Color Harmonies of #AB3939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3939

Black with #AB3939

Text Example


Text Example

White with #AB3939

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3939; }

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

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

background-color css

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

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

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

border-color css

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

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

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