Html Css Color HEX #A83D2B Medium Carmine

📋 copy color: '#A83D2B'

red 168 ◦ green 61 ◦ blue 43

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

Shades of Medium Carmine #A83D2B

Tints of Medium Carmine #A83D2B

RGB

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

 GREEN value IS 61 (24.22% from 255) = 22.43%

 BLUE value IS 43 (17.19% from 255) = 15.81%

R = 61.76%
G = 22.43%
B = 15.81%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.74

 K value IS 0.34

RGB Variations

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

Color information

#A83D2B (or 0xA83D2B) is known color: Medium Carmine. HEX triplet: A8, 3D and 2B. RGB value is (168,61,43). Sum of RGB (Red+Green+Blue) = 168+61+43=272 (36% of max value = 765). Red value is 168 (66.02% from 255 or 61.76% from 272); Green value is 61 (24.22% from 255 or 22.43% from 272); Blue value is 43 (17.19% from 255 or 15.81% from 272); Max value from RGB is 168 - color contains mainly: red. Hex color #A83D2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A83D2B is #57C2D4. Grayscale: #5B5B5B. Windows color (decimal): -5751509 or 2833832. OLE color: 2833832.

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

Color convert

RGB 168 61 43 -
CMYK 0 0.64 0.74 0.34
HSL 8.64º 0.59% 0.41% -
HSV(B) 8.64º 0.74% 0.66% -
XYZ 18.25 11.84 3.61 -
YUV 90.94 100.95 182.96 -
System Red Green Blue C M Y K H S L
Decimal 168 61 43 0 0.64 0.74 0.34 8.64 0.59 0.41
Hex A8 3D 2B 0 40 4A 22 9 3B 29
Octal 250 75 53 0 100 112 42 11 73 51
Binary 10101000 111101 101011 0 1000000 1001010 100010 1001 111011 101001

Color Harmonies of #A83D2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A83D2B

Black with #A83D2B

Text Example


Text Example

White with #A83D2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A83D2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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