Html Css Color HEX #A82D12 Fire Brick

📋 copy color: '#A82D12'

red 168 ◦ green 45 ◦ blue 18

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

Shades of Fire Brick #A82D12

Tints of Fire Brick #A82D12

RGB

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

 GREEN value IS 45 (17.97% from 255) = 19.48%

 BLUE value IS 18 (7.42% from 255) = 7.79%

R = 72.73%
G = 19.48%
B = 7.79%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.89

 K value IS 0.34

RGB Variations

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

Color information

#A82D12 (or 0xA82D12) is known color: Fire Brick. HEX triplet: A8, 2D and 12. RGB value is (168,45,18). Sum of RGB (Red+Green+Blue) = 168+45+18=231 (30% of max value = 765). Red value is 168 (66.02% from 255 or 72.73% from 231); Green value is 45 (17.97% from 255 or 19.48% from 231); Blue value is 18 (7.42% from 255 or 7.79% from 231); Max value from RGB is 168 - color contains mainly: red. Hex color #A82D12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A82D12 is #57D2ED. Grayscale: #4E4E4E. Windows color (decimal): -5755630 or 1191336. OLE color: 1191336.

HSL color Cylindrical-coordinate representation of color #A82D12: hue angle of 10.8º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A82D12 is Cyan = 0, Magento = 0.73, Yellow = 0.89 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 45 18 -
CMYK 0 0.73 0.89 0.34
HSL 10.8º 0.81% 0.36% -
HSV(B) 10.8º 0.89% 0.66% -
XYZ 17.2 10.25 1.64 -
YUV 78.7 93.75 191.7 -
System Red Green Blue C M Y K H S L
Decimal 168 45 18 0 0.73 0.89 0.34 10.8 0.81 0.36
Hex A8 2D 12 0 49 59 22 B 51 24
Octal 250 55 22 0 111 131 42 13 121 44
Binary 10101000 101101 10010 0 1001001 1011001 100010 1011 1010001 100100

Color Harmonies of #A82D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82D12

Black with #A82D12

Text Example


Text Example

White with #A82D12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82D12; }

 p { color: rgb(168,45,18); }

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

background-color css

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

 a { background-color: rgb(168,45,18); }

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

border-color css

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

 span { border-color: rgb(168,45,18); }

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