Html Css Color HEX #A83A2B Medium Carmine

📋 copy color: '#A83A2B'

red 168 ◦ green 58 ◦ blue 43

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

Shades of Medium Carmine #A83A2B

Tints of Medium Carmine #A83A2B

RGB

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

 GREEN value IS 58 (23.05% from 255) = 21.56%

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

R = 62.45%
G = 21.56%
B = 15.99%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.74

 K value IS 0.34

RGB Variations

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

Color information

#A83A2B (or 0xA83A2B) is known color: Medium Carmine. HEX triplet: A8, 3A and 2B. RGB value is (168,58,43). Sum of RGB (Red+Green+Blue) = 168+58+43=269 (35% of max value = 765). Red value is 168 (66.02% from 255 or 62.45% from 269); Green value is 58 (23.05% from 255 or 21.56% from 269); Blue value is 43 (17.19% from 255 or 15.99% from 269); Max value from RGB is 168 - color contains mainly: red. Hex color #A83A2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A83A2B is #57C5D4. Grayscale: #595959. Windows color (decimal): -5752277 or 2833064. OLE color: 2833064.

HSL color Cylindrical-coordinate representation of color #A83A2B: hue angle of 7.2º 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 #A83A2B is Cyan = 0, Magento = 0.65, Yellow = 0.74 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 58 43 -
CMYK 0 0.65 0.74 0.34
HSL 7.2º 0.59% 0.41% -
HSV(B) 7.2º 0.74% 0.66% -
XYZ 18.1 11.53 3.56 -
YUV 89.18 101.94 184.22 -
System Red Green Blue C M Y K H S L
Decimal 168 58 43 0 0.65 0.74 0.34 7.2 0.59 0.41
Hex A8 3A 2B 0 41 4A 22 7 3B 29
Octal 250 72 53 0 101 112 42 7 73 51
Binary 10101000 111010 101011 0 1000001 1001010 100010 111 111011 101001

Color Harmonies of #A83A2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A83A2B

Black with #A83A2B

Text Example


Text Example

White with #A83A2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A83A2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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