Html Css Color HEX #A93030 Brown

📋 copy color: '#A93030'

red 169 ◦ green 48 ◦ blue 48

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

Shades of Brown #A93030

Tints of Brown #A93030

RGB

 RED value IS 169 (66.41% from 255) = 63.77%

 GREEN value IS 48 (19.14% from 255) = 18.11%

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

R = 63.77%
G = 18.11%
B = 18.11%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.72

 K value IS 0.34

RGB Variations

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

Color information

#A93030 (or 0xA93030) is known color: Brown. HEX triplet: A9, 30 and 30. RGB value is (169,48,48). Sum of RGB (Red+Green+Blue) = 169+48+48=265 (35% of max value = 765). Red value is 169 (66.41% from 255 or 63.77% from 265); Green value is 48 (19.14% from 255 or 18.11% from 265); Blue value is 48 (19.14% from 255 or 18.11% from 265); Max value from RGB is 169 - color contains mainly: red. Hex color #A93030 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A93030 is #56CFCF. Grayscale: #545454. Windows color (decimal): -5689296 or 3158185. OLE color: 3158185.

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

Color convert

RGB 169 48 48 -
CMYK 0 0.72 0.72 0.34
HSL 0.56% 0.43% -
HSV(B) 0.72% 0.66% -
XYZ 17.95 10.76 3.93 -
YUV 84.18 107.59 188.5 -
System Red Green Blue C M Y K H S L
Decimal 169 48 48 0 0.72 0.72 0.34 0 0.56 0.43
Hex A9 30 30 0 48 48 22 0 38 2B
Octal 251 60 60 0 110 110 42 0 70 53
Binary 10101001 110000 110000 0 1001000 1001000 100010 0 111000 101011

Color Harmonies of #A93030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A93030

Black with #A93030

Text Example


Text Example

White with #A93030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A93030; }

 p { color: rgb(169,48,48); }

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

background-color css

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

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

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

border-color css

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

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

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