Html Css Color HEX #A32616 Fire Brick

📋 copy color: '#A32616'

red 163 ◦ green 38 ◦ blue 22

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

Shades of Fire Brick #A32616

Tints of Fire Brick #A32616

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 9.87%

R = 73.09%
G = 17.04%
B = 9.87%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.87

 K value IS 0.36

RGB Variations

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

Color information

#A32616 (or 0xA32616) is known color: Fire Brick. HEX triplet: A3, 26 and 16. RGB value is (163,38,22). Sum of RGB (Red+Green+Blue) = 163+38+22=223 (29% of max value = 765). Red value is 163 (64.06% from 255 or 73.09% from 223); Green value is 38 (15.23% from 255 or 17.04% from 223); Blue value is 22 (8.98% from 255 or 9.87% from 223); Max value from RGB is 163 - color contains mainly: red. Hex color #A32616 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A32616 is #5CD9E9. Grayscale: #494949. Windows color (decimal): -6085098 or 1451683. OLE color: 1451683.

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

Color convert

RGB 163 38 22 -
CMYK 0 0.77 0.87 0.36
HSL 6.81º 0.76% 0.36% -
HSV(B) 6.81º 0.87% 0.64% -
XYZ 15.94 9.23 1.7 -
YUV 73.55 98.91 191.8 -
System Red Green Blue C M Y K H S L
Decimal 163 38 22 0 0.77 0.87 0.36 6.81 0.76 0.36
Hex A3 26 16 0 4D 57 24 7 4C 24
Octal 243 46 26 0 115 127 44 7 114 44
Binary 10100011 100110 10110 0 1001101 1010111 100100 111 1001100 100100

Color Harmonies of #A32616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32616

Black with #A32616

Text Example


Text Example

White with #A32616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32616; }

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

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

background-color css

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

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

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

border-color css

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

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

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