Html Css Color HEX #A82311 Fire Brick

📋 copy color: '#A82311'

red 168 ◦ green 35 ◦ blue 17

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

Shades of Fire Brick #A82311

Tints of Fire Brick #A82311

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 7.73%

R = 76.36%
G = 15.91%
B = 7.73%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.90

 K value IS 0.34

RGB Variations

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

Color information

#A82311 (or 0xA82311) is known color: Fire Brick. HEX triplet: A8, 23 and 11. RGB value is (168,35,17). Sum of RGB (Red+Green+Blue) = 168+35+17=220 (29% of max value = 765). Red value is 168 (66.02% from 255 or 76.36% from 220); Green value is 35 (14.06% from 255 or 15.91% from 220); Blue value is 17 (7.03% from 255 or 7.73% from 220); Max value from RGB is 168 - color contains mainly: red. Hex color #A82311 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A82311 is #57DCEE. Grayscale: #484848. Windows color (decimal): -5758191 or 1123240. OLE color: 1123240.

HSL color Cylindrical-coordinate representation of color #A82311: hue angle of 7.15º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A82311 is Cyan = 0, Magento = 0.79, Yellow = 0.90 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 35 17 -
CMYK 0 0.79 0.90 0.34
HSL 7.15º 0.82% 0.36% -
HSV(B) 7.15º 0.9% 0.66% -
XYZ 16.85 9.57 1.49 -
YUV 72.72 96.56 195.96 -
System Red Green Blue C M Y K H S L
Decimal 168 35 17 0 0.79 0.90 0.34 7.15 0.82 0.36
Hex A8 23 11 0 4F 5A 22 7 52 24
Octal 250 43 21 0 117 132 42 7 122 44
Binary 10101000 100011 10001 0 1001111 1011010 100010 111 1010010 100100

Color Harmonies of #A82311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82311

Black with #A82311

Text Example


Text Example

White with #A82311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82311; }

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

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

background-color css

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

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

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

border-color css

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

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

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