Html Css Color HEX #A32323 Brown

📋 copy color: '#A32323'

red 163 ◦ green 35 ◦ blue 35

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

Shades of Brown #A32323

Tints of Brown #A32323

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.02%

 BLUE value IS 35 (14.06% from 255) = 15.02%

R = 69.96%
G = 15.02%
B = 15.02%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.79

 K value IS 0.36

RGB Variations

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

Color information

#A32323 (or 0xA32323) is known color: Brown. HEX triplet: A3, 23 and 23. RGB value is (163,35,35). Sum of RGB (Red+Green+Blue) = 163+35+35=233 (30% of max value = 765). Red value is 163 (64.06% from 255 or 69.96% from 233); Green value is 35 (14.06% from 255 or 15.02% from 233); Blue value is 35 (14.06% from 255 or 15.02% from 233); Max value from RGB is 163 - color contains mainly: red. Hex color #A32323 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A32323 is #5CDCDC. Grayscale: #494949. Windows color (decimal): -6085853 or 2302883. OLE color: 2302883.

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

Color convert

RGB 163 35 35 -
CMYK 0 0.79 0.79 0.36
HSL 0.65% 0.39% -
HSV(B) 0.79% 0.64% -
XYZ 16.01 9.11 2.5 -
YUV 73.27 106.41 192 -
System Red Green Blue C M Y K H S L
Decimal 163 35 35 0 0.79 0.79 0.36 0 0.65 0.39
Hex A3 23 23 0 4F 4F 24 0 41 27
Octal 243 43 43 0 117 117 44 0 101 47
Binary 10100011 100011 100011 0 1001111 1001111 100100 0 1000001 100111

Color Harmonies of #A32323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32323

Black with #A32323

Text Example


Text Example

White with #A32323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32323; }

 p { color: rgb(163,35,35); }

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

background-color css

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

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

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

border-color css

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

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

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