Html Css Color HEX #A82318 Fire Brick

📋 copy color: '#A82318'

red 168 ◦ green 35 ◦ blue 24

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

Shades of Fire Brick #A82318

Tints of Fire Brick #A82318

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 10.57%

R = 74.01%
G = 15.42%
B = 10.57%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.86

 K value IS 0.34

RGB Variations

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

Color information

#A82318 (or 0xA82318) is known color: Fire Brick. HEX triplet: A8, 23 and 18. RGB value is (168,35,24). Sum of RGB (Red+Green+Blue) = 168+35+24=227 (30% of max value = 765). Red value is 168 (66.02% from 255 or 74.01% from 227); Green value is 35 (14.06% from 255 or 15.42% from 227); Blue value is 24 (9.77% from 255 or 10.57% from 227); Max value from RGB is 168 - color contains mainly: red. Hex color #A82318 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A82318 is #57DCE7. Grayscale: #494949. Windows color (decimal): -5758184 or 1581992. OLE color: 1581992.

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

Color convert

RGB 168 35 24 -
CMYK 0 0.79 0.86 0.34
HSL 4.58º 0.75% 0.38% -
HSV(B) 4.58º 0.86% 0.66% -
XYZ 16.91 9.59 1.82 -
YUV 73.51 100.06 195.39 -
System Red Green Blue C M Y K H S L
Decimal 168 35 24 0 0.79 0.86 0.34 4.58 0.75 0.38
Hex A8 23 18 0 4F 56 22 5 4B 26
Octal 250 43 30 0 117 126 42 5 113 46
Binary 10101000 100011 11000 0 1001111 1010110 100010 101 1001011 100110

Color Harmonies of #A82318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82318

Black with #A82318

Text Example


Text Example

White with #A82318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82318; }

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

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

background-color css

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

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

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

border-color css

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

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

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