Html Css Color HEX #A82411 Fire Brick

📋 copy color: '#A82411'

red 168 ◦ green 36 ◦ blue 17

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

Shades of Fire Brick #A82411

Tints of Fire Brick #A82411

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16.29%

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

R = 76.02%
G = 16.29%
B = 7.69%

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

#A82411 (or 0xA82411) is known color: Fire Brick. HEX triplet: A8, 24 and 11. RGB value is (168,36,17). Sum of RGB (Red+Green+Blue) = 168+36+17=221 (29% of max value = 765). Red value is 168 (66.02% from 255 or 76.02% from 221); Green value is 36 (14.45% from 255 or 16.29% from 221); Blue value is 17 (7.03% from 255 or 7.69% from 221); Max value from RGB is 168 - color contains mainly: red. Hex color #A82411 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A82411 is #57DBEE. Grayscale: #494949. Windows color (decimal): -5757935 or 1123496. OLE color: 1123496.

HSL color Cylindrical-coordinate representation of color #A82411: hue angle of 7.55º 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 #A82411 is Cyan = 0, Magento = 0.79, Yellow = 0.90 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 36 17 -
CMYK 0 0.79 0.90 0.34
HSL 7.55º 0.82% 0.36% -
HSV(B) 7.55º 0.9% 0.66% -
XYZ 16.88 9.63 1.5 -
YUV 73.3 96.23 195.54 -
System Red Green Blue C M Y K H S L
Decimal 168 36 17 0 0.79 0.90 0.34 7.55 0.82 0.36
Hex A8 24 11 0 4F 5A 22 8 52 24
Octal 250 44 21 0 117 132 42 10 122 44
Binary 10101000 100100 10001 0 1001111 1011010 100010 1000 1010010 100100

Color Harmonies of #A82411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82411

Black with #A82411

Text Example


Text Example

White with #A82411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82411; }

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

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

background-color css

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

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

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

border-color css

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

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

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