Html Css Color HEX #A3261B Brown

📋 copy color: '#A3261B'

red 163 ◦ green 38 ◦ blue 27

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

Shades of Brown #A3261B

Tints of Brown #A3261B

RGB

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

 GREEN value IS 38 (15.23% from 255) = 16.67%

 BLUE value IS 27 (10.94% from 255) = 11.84%

R = 71.49%
G = 16.67%
B = 11.84%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.83

 K value IS 0.36

RGB Variations

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

Color information

#A3261B (or 0xA3261B) is known color: Brown. HEX triplet: A3, 26 and 1B. RGB value is (163,38,27). Sum of RGB (Red+Green+Blue) = 163+38+27=228 (30% of max value = 765). Red value is 163 (64.06% from 255 or 71.49% from 228); Green value is 38 (15.23% from 255 or 16.67% from 228); Blue value is 27 (10.94% from 255 or 11.84% from 228); Max value from RGB is 163 - color contains mainly: red. Hex color #A3261B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3261B is #5CD9E4. Grayscale: #4A4A4A. Windows color (decimal): -6085093 or 1779363. OLE color: 1779363.

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

Color convert

RGB 163 38 27 -
CMYK 0 0.77 0.83 0.36
HSL 4.85º 0.72% 0.37% -
HSV(B) 4.85º 0.83% 0.64% -
XYZ 16 9.25 1.98 -
YUV 74.12 101.41 191.39 -
System Red Green Blue C M Y K H S L
Decimal 163 38 27 0 0.77 0.83 0.36 4.85 0.72 0.37
Hex A3 26 1B 0 4D 53 24 5 48 25
Octal 243 46 33 0 115 123 44 5 110 45
Binary 10100011 100110 11011 0 1001101 1010011 100100 101 1001000 100101

Color Harmonies of #A3261B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3261B

Black with #A3261B

Text Example


Text Example

White with #A3261B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3261B; }

 p { color: rgb(163,38,27); }

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

background-color css

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

 a { background-color: rgb(163,38,27); }

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

border-color css

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

 span { border-color: rgb(163,38,27); }

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