Html Css Color HEX #A81B19 Fire Brick

📋 copy color: '#A81B19'

red 168 ◦ green 27 ◦ blue 25

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

Shades of Fire Brick #A81B19

Tints of Fire Brick #A81B19

RGB

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

 GREEN value IS 27 (10.94% from 255) = 12.27%

 BLUE value IS 25 (10.16% from 255) = 11.36%

R = 76.36%
G = 12.27%
B = 11.36%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.85

 K value IS 0.34

RGB Variations

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

Color information

#A81B19 (or 0xA81B19) is known color: Fire Brick. HEX triplet: A8, 1B and 19. RGB value is (168,27,25). Sum of RGB (Red+Green+Blue) = 168+27+25=220 (29% of max value = 765). Red value is 168 (66.02% from 255 or 76.36% from 220); Green value is 27 (10.94% from 255 or 12.27% from 220); Blue value is 25 (10.16% from 255 or 11.36% from 220); Max value from RGB is 168 - color contains mainly: red. Hex color #A81B19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A81B19 is #57E4E6. Grayscale: #454545. Windows color (decimal): -5760231 or 1645480. OLE color: 1645480.

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

Color convert

RGB 168 27 25 -
CMYK 0 0.84 0.85 0.34
HSL 0.84º 0.74% 0.38% -
HSV(B) 0.84º 0.85% 0.66% -
XYZ 16.72 9.18 1.81 -
YUV 68.93 103.21 198.66 -
System Red Green Blue C M Y K H S L
Decimal 168 27 25 0 0.84 0.85 0.34 0.84 0.74 0.38
Hex A8 1B 19 0 54 55 22 1 4A 26
Octal 250 33 31 0 124 125 42 1 112 46
Binary 10101000 11011 11001 0 1010100 1010101 100010 1 1001010 100110

Color Harmonies of #A81B19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81B19

Black with #A81B19

Text Example


Text Example

White with #A81B19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81B19; }

 p { color: rgb(168,27,25); }

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

background-color css

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

 a { background-color: rgb(168,27,25); }

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

border-color css

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

 span { border-color: rgb(168,27,25); }

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