Html Css Color HEX #A3302D Brown

📋 copy color: '#A3302D'

red 163 ◦ green 48 ◦ blue 45

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

Shades of Brown #A3302D

Tints of Brown #A3302D

RGB

 RED value IS 163 (64.06% from 255) = 63.67%

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

 BLUE value IS 45 (17.97% from 255) = 17.58%

R = 63.67%
G = 18.75%
B = 17.58%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.72

 K value IS 0.36

RGB Variations

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

Color information

#A3302D (or 0xA3302D) is known color: Brown. HEX triplet: A3, 30 and 2D. RGB value is (163,48,45). Sum of RGB (Red+Green+Blue) = 163+48+45=256 (33% of max value = 765). Red value is 163 (64.06% from 255 or 63.67% from 256); Green value is 48 (19.14% from 255 or 18.75% from 256); Blue value is 45 (17.97% from 255 or 17.58% from 256); Max value from RGB is 163 - color contains mainly: red. Hex color #A3302D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3302D is #5CCFD2. Grayscale: #525252. Windows color (decimal): -6082515 or 2961571. OLE color: 2961571.

HSL color Cylindrical-coordinate representation of color #A3302D: hue angle of 1.53º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A3302D is Cyan = 0, Magento = 0.71, Yellow = 0.72 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 48 45 -
CMYK 0 0.71 0.72 0.36
HSL 1.53º 0.57% 0.41% -
HSV(B) 1.53º 0.72% 0.64% -
XYZ 16.63 10.09 3.55 -
YUV 82.04 107.1 185.74 -
System Red Green Blue C M Y K H S L
Decimal 163 48 45 0 0.71 0.72 0.36 1.53 0.57 0.41
Hex A3 30 2D 0 47 48 24 2 39 29
Octal 243 60 55 0 107 110 44 2 71 51
Binary 10100011 110000 101101 0 1000111 1001000 100100 10 111001 101001

Color Harmonies of #A3302D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3302D

Black with #A3302D

Text Example


Text Example

White with #A3302D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3302D; }

 p { color: rgb(163,48,45); }

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

background-color css

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

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

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

border-color css

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

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

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