Html Css Color HEX #A84330 Medium Carmine

📋 copy color: '#A84330'

red 168 ◦ green 67 ◦ blue 48

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

Shades of Medium Carmine #A84330

Tints of Medium Carmine #A84330

RGB

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

 GREEN value IS 67 (26.56% from 255) = 23.67%

 BLUE value IS 48 (19.14% from 255) = 16.96%

R = 59.36%
G = 23.67%
B = 16.96%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.71

 K value IS 0.34

RGB Variations

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

Color information

#A84330 (or 0xA84330) is known color: Medium Carmine. HEX triplet: A8, 43 and 30. RGB value is (168,67,48). Sum of RGB (Red+Green+Blue) = 168+67+48=283 (37% of max value = 765). Red value is 168 (66.02% from 255 or 59.36% from 283); Green value is 67 (26.56% from 255 or 23.67% from 283); Blue value is 48 (19.14% from 255 or 16.96% from 283); Max value from RGB is 168 - color contains mainly: red. Hex color #A84330 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A84330 is #57BCCF. Grayscale: #5F5F5F. Windows color (decimal): -5749968 or 3163048. OLE color: 3163048.

HSL color Cylindrical-coordinate representation of color #A84330: hue angle of 9.5º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A84330 is Cyan = 0, Magento = 0.60, Yellow = 0.71 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 67 48 -
CMYK 0 0.60 0.71 0.34
HSL 9.5º 0.56% 0.42% -
HSV(B) 9.5º 0.71% 0.66% -
XYZ 18.69 12.55 4.23 -
YUV 95.03 101.46 180.04 -
System Red Green Blue C M Y K H S L
Decimal 168 67 48 0 0.60 0.71 0.34 9.5 0.56 0.42
Hex A8 43 30 0 3C 47 22 A 38 2A
Octal 250 103 60 0 74 107 42 12 70 52
Binary 10101000 1000011 110000 0 111100 1000111 100010 1010 111000 101010

Color Harmonies of #A84330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84330

Black with #A84330

Text Example


Text Example

White with #A84330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84330; }

 p { color: rgb(168,67,48); }

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

background-color css

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

 a { background-color: rgb(168,67,48); }

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

border-color css

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

 span { border-color: rgb(168,67,48); }

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