Html Css Color HEX #A32615 Fire Brick

📋 copy color: '#A32615'

red 163 ◦ green 38 ◦ blue 21

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

Shades of Fire Brick #A32615

Tints of Fire Brick #A32615

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 9.46%

R = 73.42%
G = 17.12%
B = 9.46%

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

#A32615 (or 0xA32615) is known color: Fire Brick. HEX triplet: A3, 26 and 15. RGB value is (163,38,21). Sum of RGB (Red+Green+Blue) = 163+38+21=222 (29% of max value = 765). Red value is 163 (64.06% from 255 or 73.42% from 222); Green value is 38 (15.23% from 255 or 17.12% from 222); Blue value is 21 (8.59% from 255 or 9.46% from 222); Max value from RGB is 163 - color contains mainly: red. Hex color #A32615 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A32615 is #5CD9EA. Grayscale: #494949. Windows color (decimal): -6085099 or 1386147. OLE color: 1386147.

HSL color Cylindrical-coordinate representation of color #A32615: hue angle of 7.18º degrees, saturation: 0.77, 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 #A32615 is Cyan = 0, Magento = 0.77, Yellow = 0.87 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 38 21 -
CMYK 0 0.77 0.87 0.36
HSL 7.18º 0.77% 0.36% -
HSV(B) 7.18º 0.87% 0.64% -
XYZ 15.93 9.23 1.65 -
YUV 73.44 98.41 191.88 -
System Red Green Blue C M Y K H S L
Decimal 163 38 21 0 0.77 0.87 0.36 7.18 0.77 0.36
Hex A3 26 15 0 4D 57 24 7 4D 24
Octal 243 46 25 0 115 127 44 7 115 44
Binary 10100011 100110 10101 0 1001101 1010111 100100 111 1001101 100100

Color Harmonies of #A32615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32615

Black with #A32615

Text Example


Text Example

White with #A32615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32615; }

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

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

background-color css

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

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

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

border-color css

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

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

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