Html Css Color HEX #A83C36 Medium Carmine

📋 copy color: '#A83C36'

red 168 ◦ green 60 ◦ blue 54

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

Shades of Medium Carmine #A83C36

Tints of Medium Carmine #A83C36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 19.15%

R = 59.57%
G = 21.28%
B = 19.15%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.68

 K value IS 0.34

RGB Variations

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

Color information

#A83C36 (or 0xA83C36) is known color: Medium Carmine. HEX triplet: A8, 3C and 36. RGB value is (168,60,54). Sum of RGB (Red+Green+Blue) = 168+60+54=282 (37% of max value = 765). Red value is 168 (66.02% from 255 or 59.57% from 282); Green value is 60 (23.83% from 255 or 21.28% from 282); Blue value is 54 (21.48% from 255 or 19.15% from 282); Max value from RGB is 168 - color contains mainly: red. Hex color #A83C36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A83C36 is #57C3C9. Grayscale: #5B5B5B. Windows color (decimal): -5751754 or 3554472. OLE color: 3554472.

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

Color convert

RGB 168 60 54 -
CMYK 0 0.64 0.68 0.34
HSL 3.16º 0.51% 0.44% -
HSV(B) 3.16º 0.68% 0.66% -
XYZ 18.43 11.82 4.8 -
YUV 91.61 106.78 182.49 -
System Red Green Blue C M Y K H S L
Decimal 168 60 54 0 0.64 0.68 0.34 3.16 0.51 0.44
Hex A8 3C 36 0 40 44 22 3 33 2C
Octal 250 74 66 0 100 104 42 3 63 54
Binary 10101000 111100 110110 0 1000000 1000100 100010 11 110011 101100

Color Harmonies of #A83C36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A83C36

Black with #A83C36

Text Example


Text Example

White with #A83C36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A83C36; }

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

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

background-color css

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

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

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

border-color css

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

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

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