Html Css Color HEX #A82315 Fire Brick

📋 copy color: '#A82315'

red 168 ◦ green 35 ◦ blue 21

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

Shades of Fire Brick #A82315

Tints of Fire Brick #A82315

RGB

 RED value IS 168 (66.02% from 255) = 75%

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

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

R = 75%
G = 15.63%
B = 9.38%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.88

 K value IS 0.34

RGB Variations

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

Color information

#A82315 (or 0xA82315) is known color: Fire Brick. HEX triplet: A8, 23 and 15. RGB value is (168,35,21). Sum of RGB (Red+Green+Blue) = 168+35+21=224 (29% of max value = 765). Red value is 168 (66.02% from 255 or 75% from 224); Green value is 35 (14.06% from 255 or 15.62% from 224); Blue value is 21 (8.59% from 255 or 9.38% from 224); Max value from RGB is 168 - color contains mainly: red. Hex color #A82315 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A82315 is #57DCEA. Grayscale: #494949. Windows color (decimal): -5758187 or 1385384. OLE color: 1385384.

HSL color Cylindrical-coordinate representation of color #A82315: hue angle of 5.71º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A82315 is Cyan = 0, Magento = 0.79, Yellow = 0.88 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 35 21 -
CMYK 0 0.79 0.88 0.34
HSL 5.71º 0.78% 0.37% -
HSV(B) 5.71º 0.88% 0.66% -
XYZ 16.88 9.58 1.67 -
YUV 73.17 98.56 195.64 -
System Red Green Blue C M Y K H S L
Decimal 168 35 21 0 0.79 0.88 0.34 5.71 0.78 0.37
Hex A8 23 15 0 4F 58 22 6 4E 25
Octal 250 43 25 0 117 130 42 6 116 45
Binary 10101000 100011 10101 0 1001111 1011000 100010 110 1001110 100101

Color Harmonies of #A82315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82315

Black with #A82315

Text Example


Text Example

White with #A82315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82315; }

 p { color: rgb(168,35,21); }

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

background-color css

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

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

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

border-color css

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

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

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