Html Css Color HEX #AB3F3F Medium Carmine

📋 copy color: '#AB3F3F'

red 171 ◦ green 63 ◦ blue 63

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

Shades of Medium Carmine #AB3F3F

Tints of Medium Carmine #AB3F3F

RGB

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

 GREEN value IS 63 (25% from 255) = 21.21%

 BLUE value IS 63 (25% from 255) = 21.21%

R = 57.58%
G = 21.21%
B = 21.21%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AB3F3F (or 0xAB3F3F) is known color: Medium Carmine. HEX triplet: AB, 3F and 3F. RGB value is (171,63,63). Sum of RGB (Red+Green+Blue) = 171+63+63=297 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.58% from 297); Green value is 63 (25% from 255 or 21.21% from 297); Blue value is 63 (25% from 255 or 21.21% from 297); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3F3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3F3F is #54C0C0. Grayscale: #5F5F5F. Windows color (decimal): -5554369 or 4145067. OLE color: 4145067.

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

Color convert

RGB 171 63 63 -
CMYK 0 0.63 0.63 0.33
HSL 0.46% 0.46% -
HSV(B) 0.63% 0.67% -
XYZ 19.47 12.57 6.1 -
YUV 95.29 109.78 182 -
System Red Green Blue C M Y K H S L
Decimal 171 63 63 0 0.63 0.63 0.33 0 0.46 0.46
Hex AB 3F 3F 0 3F 3F 21 0 2E 2E
Octal 253 77 77 0 77 77 41 0 56 56
Binary 10101011 111111 111111 0 111111 111111 100001 0 101110 101110

Color Harmonies of #AB3F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3F3F

Black with #AB3F3F

Text Example


Text Example

White with #AB3F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3F3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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