Html Css Color HEX #A81F00 Fire Brick

📋 copy color: '#A81F00'

red 168 ◦ green 31 ◦ blue 0

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

Shades of Fire Brick #A81F00

Tints of Fire Brick #A81F00

RGB

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

 GREEN value IS 31 (12.5% from 255) = 15.58%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 84.42%
G = 15.58%
B = 0%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 1

 K value IS 0.34

RGB Variations

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

Color information

#A81F00 (or 0xA81F00) is known color: Fire Brick. HEX triplet: A8, 1F and 00. RGB value is (168,31,0). Sum of RGB (Red+Green+Blue) = 168+31+0=199 (26% of max value = 765). Red value is 168 (66.02% from 255 or 84.42% from 199); Green value is 31 (12.5% from 255 or 15.58% from 199); Blue value is 0 (0.39% from 255 or 0% from 199); Max value from RGB is 168 - color contains mainly: red. Hex color #A81F00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A81F00 is #57E0FF. Grayscale: #444444. Windows color (decimal): -5759232 or 8104. OLE color: 8104.

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

Color convert

RGB 168 31 0 -
CMYK 0 0.82 1 0.34
HSL 11.07º 1% 0.33% -
HSV(B) 11.07º 1% 0.66% -
XYZ 16.64 9.3 0.92 -
YUV 68.43 89.39 199.02 -
System Red Green Blue C M Y K H S L
Decimal 168 31 0 0 0.82 1 0.34 11.07 1 0.33
Hex A8 1F 0 0 52 64 22 B 64 21
Octal 250 37 0 0 122 144 42 13 144 41
Binary 10101000 11111 0 0 1010010 1100100 100010 1011 1100100 100001

Color Harmonies of #A81F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81F00

Black with #A81F00

Text Example


Text Example

White with #A81F00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81F00; }

 p { color: rgb(168,31,0); }

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

background-color css

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

 a { background-color: rgb(168,31,0); }

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

border-color css

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

 span { border-color: rgb(168,31,0); }

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