Html Css Color HEX #A82B13 Fire Brick

📋 copy color: '#A82B13'

red 168 ◦ green 43 ◦ blue 19

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

Shades of Fire Brick #A82B13

Tints of Fire Brick #A82B13

RGB

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

 GREEN value IS 43 (17.19% from 255) = 18.7%

 BLUE value IS 19 (7.81% from 255) = 8.26%

R = 73.04%
G = 18.7%
B = 8.26%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.89

 K value IS 0.34

RGB Variations

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

Color information

#A82B13 (or 0xA82B13) is known color: Fire Brick. HEX triplet: A8, 2B and 13. RGB value is (168,43,19). Sum of RGB (Red+Green+Blue) = 168+43+19=230 (30% of max value = 765). Red value is 168 (66.02% from 255 or 73.04% from 230); Green value is 43 (17.19% from 255 or 18.70% from 230); Blue value is 19 (7.81% from 255 or 8.26% from 230); Max value from RGB is 168 - color contains mainly: red. Hex color #A82B13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A82B13 is #57D4EC. Grayscale: #4D4D4D. Windows color (decimal): -5756141 or 1256360. OLE color: 1256360.

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

Color convert

RGB 168 43 19 -
CMYK 0 0.74 0.89 0.34
HSL 9.66º 0.8% 0.37% -
HSV(B) 9.66º 0.89% 0.66% -
XYZ 17.13 10.1 1.66 -
YUV 77.64 94.91 192.45 -
System Red Green Blue C M Y K H S L
Decimal 168 43 19 0 0.74 0.89 0.34 9.66 0.8 0.37
Hex A8 2B 13 0 4A 59 22 A 50 25
Octal 250 53 23 0 112 131 42 12 120 45
Binary 10101000 101011 10011 0 1001010 1011001 100010 1010 1010000 100101

Color Harmonies of #A82B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82B13

Black with #A82B13

Text Example


Text Example

White with #A82B13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82B13; }

 p { color: rgb(168,43,19); }

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

background-color css

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

 a { background-color: rgb(168,43,19); }

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

border-color css

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

 span { border-color: rgb(168,43,19); }

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