Html Css Color HEX #AB3A35 Medium Carmine

📋 copy color: '#AB3A35'

red 171 ◦ green 58 ◦ blue 53

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

Shades of Medium Carmine #AB3A35

Tints of Medium Carmine #AB3A35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 18.79%

R = 60.64%
G = 20.57%
B = 18.79%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.69

 K value IS 0.33

RGB Variations

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

Color information

#AB3A35 (or 0xAB3A35) is known color: Medium Carmine. HEX triplet: AB, 3A and 35. RGB value is (171,58,53). Sum of RGB (Red+Green+Blue) = 171+58+53=282 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60.64% from 282); Green value is 58 (23.05% from 255 or 20.57% from 282); Blue value is 53 (21.09% from 255 or 18.79% from 282); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3A35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3A35 is #54C5CA. Grayscale: #5B5B5B. Windows color (decimal): -5555659 or 3488427. OLE color: 3488427.

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

Color convert

RGB 171 58 53 -
CMYK 0 0.66 0.69 0.33
HSL 2.54º 0.53% 0.44% -
HSV(B) 2.54º 0.69% 0.67% -
XYZ 18.95 11.94 4.67 -
YUV 91.22 106.44 184.91 -
System Red Green Blue C M Y K H S L
Decimal 171 58 53 0 0.66 0.69 0.33 2.54 0.53 0.44
Hex AB 3A 35 0 42 45 21 3 35 2C
Octal 253 72 65 0 102 105 41 3 65 54
Binary 10101011 111010 110101 0 1000010 1000101 100001 11 110101 101100

Color Harmonies of #AB3A35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3A35

Black with #AB3A35

Text Example


Text Example

White with #AB3A35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3A35; }

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

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

background-color css

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

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

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

border-color css

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

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

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