Html Css Color HEX #A83C34 Medium Carmine

📋 copy color: '#A83C34'

red 168 ◦ green 60 ◦ blue 52

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

Shades of Medium Carmine #A83C34

Tints of Medium Carmine #A83C34

RGB

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

 GREEN value IS 60 (23.83% from 255) = 21.43%

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

R = 60%
G = 21.43%
B = 18.57%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.69

 K value IS 0.34

RGB Variations

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

Color information

#A83C34 (or 0xA83C34) is known color: Medium Carmine. HEX triplet: A8, 3C and 34. RGB value is (168,60,52). Sum of RGB (Red+Green+Blue) = 168+60+52=280 (37% of max value = 765). Red value is 168 (66.02% from 255 or 60% from 280); Green value is 60 (23.83% from 255 or 21.43% from 280); Blue value is 52 (20.70% from 255 or 18.57% from 280); Max value from RGB is 168 - color contains mainly: red. Hex color #A83C34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A83C34 is #57C3CB. Grayscale: #5B5B5B. Windows color (decimal): -5751756 or 3423400. OLE color: 3423400.

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

Color convert

RGB 168 60 52 -
CMYK 0 0.64 0.69 0.34
HSL 4.14º 0.53% 0.43% -
HSV(B) 4.14º 0.69% 0.66% -
XYZ 18.38 11.8 4.56 -
YUV 91.38 105.78 182.65 -
System Red Green Blue C M Y K H S L
Decimal 168 60 52 0 0.64 0.69 0.34 4.14 0.53 0.43
Hex A8 3C 34 0 40 45 22 4 35 2B
Octal 250 74 64 0 100 105 42 4 65 53
Binary 10101000 111100 110100 0 1000000 1000101 100010 100 110101 101011

Color Harmonies of #A83C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A83C34

Black with #A83C34

Text Example


Text Example

White with #A83C34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A83C34; }

 p { color: rgb(168,60,52); }

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

background-color css

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

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

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

border-color css

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

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

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