Html Css Color HEX #A8382A Medium Carmine

📋 copy color: '#A8382A'

red 168 ◦ green 56 ◦ blue 42

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

Shades of Medium Carmine #A8382A

Tints of Medium Carmine #A8382A

RGB

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

 GREEN value IS 56 (22.27% from 255) = 21.05%

 BLUE value IS 42 (16.8% from 255) = 15.79%

R = 63.16%
G = 21.05%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.75

 K value IS 0.34

RGB Variations

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

Color information

#A8382A (or 0xA8382A) is known color: Medium Carmine. HEX triplet: A8, 38 and 2A. RGB value is (168,56,42). Sum of RGB (Red+Green+Blue) = 168+56+42=266 (35% of max value = 765). Red value is 168 (66.02% from 255 or 63.16% from 266); Green value is 56 (22.27% from 255 or 21.05% from 266); Blue value is 42 (16.80% from 255 or 15.79% from 266); Max value from RGB is 168 - color contains mainly: red. Hex color #A8382A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8382A is #57C7D5. Grayscale: #585858. Windows color (decimal): -5752790 or 2767016. OLE color: 2767016.

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

Color convert

RGB 168 56 42 -
CMYK 0 0.67 0.75 0.34
HSL 6.67º 0.6% 0.41% -
HSV(B) 6.67º 0.75% 0.66% -
XYZ 17.98 11.32 3.43 -
YUV 87.89 102.11 185.14 -
System Red Green Blue C M Y K H S L
Decimal 168 56 42 0 0.67 0.75 0.34 6.67 0.6 0.41
Hex A8 38 2A 0 43 4B 22 7 3C 29
Octal 250 70 52 0 103 113 42 7 74 51
Binary 10101000 111000 101010 0 1000011 1001011 100010 111 111100 101001

Color Harmonies of #A8382A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8382A

Black with #A8382A

Text Example


Text Example

White with #A8382A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8382A; }

 p { color: rgb(168,56,42); }

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

background-color css

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

 a { background-color: rgb(168,56,42); }

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

border-color css

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

 span { border-color: rgb(168,56,42); }

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