Html Css Color HEX #AB3D34 Medium Carmine

📋 copy color: '#AB3D34'

red 171 ◦ green 61 ◦ blue 52

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

Shades of Medium Carmine #AB3D34

Tints of Medium Carmine #AB3D34

RGB

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

 GREEN value IS 61 (24.22% from 255) = 21.48%

 BLUE value IS 52 (20.7% from 255) = 18.31%

R = 60.21%
G = 21.48%
B = 18.31%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.70

 K value IS 0.33

RGB Variations

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

Color information

#AB3D34 (or 0xAB3D34) is known color: Medium Carmine. HEX triplet: AB, 3D and 34. RGB value is (171,61,52). Sum of RGB (Red+Green+Blue) = 171+61+52=284 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60.21% from 284); Green value is 61 (24.22% from 255 or 21.48% from 284); Blue value is 52 (20.70% from 255 or 18.31% from 284); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3D34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3D34 is #54C2CB. Grayscale: #5D5D5D. Windows color (decimal): -5554892 or 3423659. OLE color: 3423659.

HSL color Cylindrical-coordinate representation of color #AB3D34: hue angle of 4.54º degrees, saturation: 0.53, 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 #AB3D34 is Cyan = 0, Magento = 0.64, Yellow = 0.70 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 61 52 -
CMYK 0 0.64 0.70 0.33
HSL 4.54º 0.53% 0.44% -
HSV(B) 4.54º 0.7% 0.67% -
XYZ 19.08 12.24 4.61 -
YUV 92.86 104.94 183.73 -
System Red Green Blue C M Y K H S L
Decimal 171 61 52 0 0.64 0.70 0.33 4.54 0.53 0.44
Hex AB 3D 34 0 40 46 21 5 35 2C
Octal 253 75 64 0 100 106 41 5 65 54
Binary 10101011 111101 110100 0 1000000 1000110 100001 101 110101 101100

Color Harmonies of #AB3D34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3D34

Black with #AB3D34

Text Example


Text Example

White with #AB3D34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3D34; }

 p { color: rgb(171,61,52); }

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

background-color css

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

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

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

border-color css

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

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

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