Html Css Color HEX #A8382B Medium Carmine

📋 copy color: '#A8382B'

red 168 ◦ green 56 ◦ blue 43

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

Shades of Medium Carmine #A8382B

Tints of Medium Carmine #A8382B

RGB

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

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

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

R = 62.92%
G = 20.97%
B = 16.1%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.74

 K value IS 0.34

RGB Variations

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

Color information

#A8382B (or 0xA8382B) is known color: Medium Carmine. HEX triplet: A8, 38 and 2B. RGB value is (168,56,43). Sum of RGB (Red+Green+Blue) = 168+56+43=267 (35% of max value = 765). Red value is 168 (66.02% from 255 or 62.92% from 267); Green value is 56 (22.27% from 255 or 20.97% from 267); Blue value is 43 (17.19% from 255 or 16.10% from 267); Max value from RGB is 168 - color contains mainly: red. Hex color #A8382B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8382B is #57C7D4. Grayscale: #585858. Windows color (decimal): -5752789 or 2832552. OLE color: 2832552.

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

Color convert

RGB 168 56 43 -
CMYK 0 0.67 0.74 0.34
HSL 6.24º 0.59% 0.41% -
HSV(B) 6.24º 0.74% 0.66% -
XYZ 18 11.33 3.52 -
YUV 88.01 102.61 185.06 -
System Red Green Blue C M Y K H S L
Decimal 168 56 43 0 0.67 0.74 0.34 6.24 0.59 0.41
Hex A8 38 2B 0 43 4A 22 6 3B 29
Octal 250 70 53 0 103 112 42 6 73 51
Binary 10101000 111000 101011 0 1000011 1001010 100010 110 111011 101001

Color Harmonies of #A8382B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8382B

Black with #A8382B

Text Example


Text Example

White with #A8382B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8382B; }

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

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

background-color css

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

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

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

border-color css

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

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

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