Html Css Color HEX #A83932 Medium Carmine

📋 copy color: '#A83932'

red 168 ◦ green 57 ◦ blue 50

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

Shades of Medium Carmine #A83932

Tints of Medium Carmine #A83932

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 18.18%

R = 61.09%
G = 20.73%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.70

 K value IS 0.34

RGB Variations

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

Color information

#A83932 (or 0xA83932) is known color: Medium Carmine. HEX triplet: A8, 39 and 32. RGB value is (168,57,50). Sum of RGB (Red+Green+Blue) = 168+57+50=275 (36% of max value = 765). Red value is 168 (66.02% from 255 or 61.09% from 275); Green value is 57 (22.66% from 255 or 20.73% from 275); Blue value is 50 (19.92% from 255 or 18.18% from 275); Max value from RGB is 168 - color contains mainly: red. Hex color #A83932 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A83932 is #57C6CD. Grayscale: #595959. Windows color (decimal): -5752526 or 3291560. OLE color: 3291560.

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

Color convert

RGB 168 57 50 -
CMYK 0 0.66 0.70 0.34
HSL 3.56º 0.54% 0.43% -
HSV(B) 3.56º 0.7% 0.66% -
XYZ 18.19 11.48 4.28 -
YUV 89.39 105.77 184.07 -
System Red Green Blue C M Y K H S L
Decimal 168 57 50 0 0.66 0.70 0.34 3.56 0.54 0.43
Hex A8 39 32 0 42 46 22 4 36 2B
Octal 250 71 62 0 102 106 42 4 66 53
Binary 10101000 111001 110010 0 1000010 1000110 100010 100 110110 101011

Color Harmonies of #A83932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A83932

Black with #A83932

Text Example


Text Example

White with #A83932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A83932; }

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

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

background-color css

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

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

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

border-color css

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

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

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