Html Css Color HEX #A83939 Medium Carmine

📋 copy color: '#A83939'

red 168 ◦ green 57 ◦ blue 57

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

Shades of Medium Carmine #A83939

Tints of Medium Carmine #A83939

RGB

 RED value IS 168 (66.02% from 255) = 59.57%

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

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

R = 59.57%
G = 20.21%
B = 20.21%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.66

 K value IS 0.34

RGB Variations

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

Color information

#A83939 (or 0xA83939) is known color: Medium Carmine. HEX triplet: A8, 39 and 39. RGB value is (168,57,57). Sum of RGB (Red+Green+Blue) = 168+57+57=282 (37% of max value = 765). Red value is 168 (66.02% from 255 or 59.57% from 282); Green value is 57 (22.66% from 255 or 20.21% from 282); Blue value is 57 (22.66% from 255 or 20.21% from 282); Max value from RGB is 168 - color contains mainly: red. Hex color #A83939 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A83939 is #57C6C6. Grayscale: #5A5A5A. Windows color (decimal): -5752519 or 3750312. OLE color: 3750312.

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

Color convert

RGB 168 57 57 -
CMYK 0 0.66 0.66 0.34
HSL 0.49% 0.44% -
HSV(B) 0.66% 0.66% -
XYZ 18.35 11.55 5.13 -
YUV 90.19 109.27 183.5 -
System Red Green Blue C M Y K H S L
Decimal 168 57 57 0 0.66 0.66 0.34 0 0.49 0.44
Hex A8 39 39 0 42 42 22 0 31 2C
Octal 250 71 71 0 102 102 42 0 61 54
Binary 10101000 111001 111001 0 1000010 1000010 100010 0 110001 101100

Color Harmonies of #A83939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A83939

Black with #A83939

Text Example


Text Example

White with #A83939

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A83939; }

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

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

background-color css

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

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

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

border-color css

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

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

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