Html Css Color HEX #A2302A Brown

📋 copy color: '#A2302A'

red 162 ◦ green 48 ◦ blue 42

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

Shades of Brown #A2302A

Tints of Brown #A2302A

RGB

 RED value IS 162 (63.67% from 255) = 64.29%

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

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

R = 64.29%
G = 19.05%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.74

 K value IS 0.36

RGB Variations

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

Color information

#A2302A (or 0xA2302A) is known color: Brown. HEX triplet: A2, 30 and 2A. RGB value is (162,48,42). Sum of RGB (Red+Green+Blue) = 162+48+42=252 (33% of max value = 765). Red value is 162 (63.67% from 255 or 64.29% from 252); Green value is 48 (19.14% from 255 or 19.05% from 252); Blue value is 42 (16.80% from 255 or 16.67% from 252); Max value from RGB is 162 - color contains mainly: red. Hex color #A2302A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2302A is #5DCFD5. Grayscale: #515151. Windows color (decimal): -6148054 or 2764962. OLE color: 2764962.

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

Color convert

RGB 162 48 42 -
CMYK 0 0.70 0.74 0.36
HSL 0.59% 0.4% -
HSV(B) 0.74% 0.64% -
XYZ 16.38 9.96 3.25 -
YUV 81.4 105.77 185.49 -
System Red Green Blue C M Y K H S L
Decimal 162 48 42 0 0.70 0.74 0.36 3 0.59 0.4
Hex A2 30 2A 0 46 4A 24 3 3B 28
Octal 242 60 52 0 106 112 44 3 73 50
Binary 10100010 110000 101010 0 1000110 1001010 100100 11 111011 101000

Color Harmonies of #A2302A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2302A

Black with #A2302A

Text Example


Text Example

White with #A2302A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2302A; }

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

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

background-color css

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

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

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

border-color css

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

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

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