Html Css Color HEX #A83F3D Medium Carmine

📋 copy color: '#A83F3D'

red 168 ◦ green 63 ◦ blue 61

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

Shades of Medium Carmine #A83F3D

Tints of Medium Carmine #A83F3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 20.89%

R = 57.53%
G = 21.58%
B = 20.89%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.64

 K value IS 0.34

RGB Variations

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

Color information

#A83F3D (or 0xA83F3D) is known color: Medium Carmine. HEX triplet: A8, 3F and 3D. RGB value is (168,63,61). Sum of RGB (Red+Green+Blue) = 168+63+61=292 (38% of max value = 765). Red value is 168 (66.02% from 255 or 57.53% from 292); Green value is 63 (25% from 255 or 21.58% from 292); Blue value is 61 (24.22% from 255 or 20.89% from 292); Max value from RGB is 168 - color contains mainly: red. Hex color #A83F3D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A83F3D is #57C0C2. Grayscale: #5E5E5E. Windows color (decimal): -5750979 or 4013992. OLE color: 4013992.

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

Color convert

RGB 168 63 61 -
CMYK 0 0.63 0.64 0.34
HSL 1.12º 0.47% 0.45% -
HSV(B) 1.12º 0.64% 0.66% -
XYZ 18.77 12.22 5.78 -
YUV 94.17 109.29 180.66 -
System Red Green Blue C M Y K H S L
Decimal 168 63 61 0 0.63 0.64 0.34 1.12 0.47 0.45
Hex A8 3F 3D 0 3F 40 22 1 2F 2D
Octal 250 77 75 0 77 100 42 1 57 55
Binary 10101000 111111 111101 0 111111 1000000 100010 1 101111 101101

Color Harmonies of #A83F3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A83F3D

Black with #A83F3D

Text Example


Text Example

White with #A83F3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A83F3D; }

 p { color: rgb(168,63,61); }

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

background-color css

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

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

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

border-color css

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

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

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