Html Css Color HEX #A32614 Fire Brick

📋 copy color: '#A32614'

red 163 ◦ green 38 ◦ blue 20

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

Shades of Fire Brick #A32614

Tints of Fire Brick #A32614

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 9.05%

R = 73.76%
G = 17.19%
B = 9.05%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.88

 K value IS 0.36

RGB Variations

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

Color information

#A32614 (or 0xA32614) is known color: Fire Brick. HEX triplet: A3, 26 and 14. RGB value is (163,38,20). Sum of RGB (Red+Green+Blue) = 163+38+20=221 (29% of max value = 765). Red value is 163 (64.06% from 255 or 73.76% from 221); Green value is 38 (15.23% from 255 or 17.19% from 221); Blue value is 20 (8.20% from 255 or 9.05% from 221); Max value from RGB is 163 - color contains mainly: red. Hex color #A32614 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A32614 is #5CD9EB. Grayscale: #494949. Windows color (decimal): -6085100 or 1320611. OLE color: 1320611.

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

Color convert

RGB 163 38 20 -
CMYK 0 0.77 0.88 0.36
HSL 7.55º 0.78% 0.36% -
HSV(B) 7.55º 0.88% 0.64% -
XYZ 15.92 9.22 1.6 -
YUV 73.32 97.91 191.96 -
System Red Green Blue C M Y K H S L
Decimal 163 38 20 0 0.77 0.88 0.36 7.55 0.78 0.36
Hex A3 26 14 0 4D 58 24 8 4E 24
Octal 243 46 24 0 115 130 44 10 116 44
Binary 10100011 100110 10100 0 1001101 1011000 100100 1000 1001110 100100

Color Harmonies of #A32614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32614

Black with #A32614

Text Example


Text Example

White with #A32614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32614; }

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

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

background-color css

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

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

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

border-color css

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

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

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