Html Css Color HEX #A3302A Brown

📋 copy color: '#A3302A'

red 163 ◦ green 48 ◦ blue 42

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

Shades of Brown #A3302A

Tints of Brown #A3302A

RGB

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

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

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

R = 64.43%
G = 18.97%
B = 16.6%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.74

 K value IS 0.36

RGB Variations

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

Color information

#A3302A (or 0xA3302A) is known color: Brown. HEX triplet: A3, 30 and 2A. RGB value is (163,48,42). Sum of RGB (Red+Green+Blue) = 163+48+42=253 (33% of max value = 765). Red value is 163 (64.06% from 255 or 64.43% from 253); Green value is 48 (19.14% from 255 or 18.97% from 253); Blue value is 42 (16.80% from 255 or 16.60% from 253); Max value from RGB is 163 - color contains mainly: red. Hex color #A3302A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3302A is #5CCFD5. Grayscale: #515151. Windows color (decimal): -6082518 or 2764963. OLE color: 2764963.

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

Color convert

RGB 163 48 42 -
CMYK 0 0.71 0.74 0.36
HSL 2.98º 0.59% 0.4% -
HSV(B) 2.98º 0.74% 0.64% -
XYZ 16.58 10.07 3.26 -
YUV 81.7 105.6 185.99 -
System Red Green Blue C M Y K H S L
Decimal 163 48 42 0 0.71 0.74 0.36 2.98 0.59 0.4
Hex A3 30 2A 0 47 4A 24 3 3B 28
Octal 243 60 52 0 107 112 44 3 73 50
Binary 10100011 110000 101010 0 1000111 1001010 100100 11 111011 101000

Color Harmonies of #A3302A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3302A

Black with #A3302A

Text Example


Text Example

White with #A3302A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3302A; }

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

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

background-color css

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

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

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

border-color css

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

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

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