Html Css Color HEX #A0302A Brown

📋 copy color: '#A0302A'

red 160 ◦ green 48 ◦ blue 42

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

Shades of Brown #A0302A

Tints of Brown #A0302A

RGB

 RED value IS 160 (62.89% from 255) = 64%

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

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

R = 64%
G = 19.2%
B = 16.8%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.74

 K value IS 0.37

RGB Variations

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

Color information

#A0302A (or 0xA0302A) is known color: Brown. HEX triplet: A0, 30 and 2A. RGB value is (160,48,42). Sum of RGB (Red+Green+Blue) = 160+48+42=250 (33% of max value = 765). Red value is 160 (62.89% from 255 or 64% from 250); Green value is 48 (19.14% from 255 or 19.2% from 250); Blue value is 42 (16.80% from 255 or 16.8% from 250); Max value from RGB is 160 - color contains mainly: red. Hex color #A0302A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0302A is #5FCFD5. Grayscale: #505050. Windows color (decimal): -6279126 or 2764960. OLE color: 2764960.

HSL color Cylindrical-coordinate representation of color #A0302A: hue angle of 3.05º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A0302A is Cyan = 0, Magento = 0.70, Yellow = 0.74 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 48 42 -
CMYK 0 0.70 0.74 0.37
HSL 3.05º 0.58% 0.4% -
HSV(B) 3.05º 0.74% 0.63% -
XYZ 15.97 9.75 3.23 -
YUV 80.8 106.11 184.49 -
System Red Green Blue C M Y K H S L
Decimal 160 48 42 0 0.70 0.74 0.37 3.05 0.58 0.4
Hex A0 30 2A 0 46 4A 25 3 3A 28
Octal 240 60 52 0 106 112 45 3 72 50
Binary 10100000 110000 101010 0 1000110 1001010 100101 11 111010 101000

Color Harmonies of #A0302A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0302A

Black with #A0302A

Text Example


Text Example

White with #A0302A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0302A; }

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

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

background-color css

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

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

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

border-color css

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

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

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