Html Css Color HEX #A81E00 Fire Brick

📋 copy color: '#A81E00'

red 168 ◦ green 30 ◦ blue 0

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

Shades of Fire Brick #A81E00

Tints of Fire Brick #A81E00

RGB

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

 GREEN value IS 30 (12.11% from 255) = 15.15%

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

R = 84.85%
G = 15.15%
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

#A81E00 (or 0xA81E00) is known color: Fire Brick. HEX triplet: A8, 1E and 00. RGB value is (168,30,0). Sum of RGB (Red+Green+Blue) = 168+30+0=198 (26% of max value = 765). Red value is 168 (66.02% from 255 or 84.85% from 198); Green value is 30 (12.11% from 255 or 15.15% from 198); Blue value is 0 (0.39% from 255 or 0% from 198); Max value from RGB is 168 - color contains mainly: red. Hex color #A81E00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A81E00 is #57E1FF. Grayscale: #444444. Windows color (decimal): -5759488 or 7848. OLE color: 7848.

HSL color Cylindrical-coordinate representation of color #A81E00: hue angle of 10.71º 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 #A81E00 is Cyan = 0, Magento = 0.82, Yellow = 1 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 30 0 -
CMYK 0 0.82 1 0.34
HSL 10.71º 1% 0.33% -
HSV(B) 10.71º 1% 0.66% -
XYZ 16.61 9.25 0.91 -
YUV 67.84 89.72 199.44 -
System Red Green Blue C M Y K H S L
Decimal 168 30 0 0 0.82 1 0.34 10.71 1 0.33
Hex A8 1E 0 0 52 64 22 B 64 21
Octal 250 36 0 0 122 144 42 13 144 41
Binary 10101000 11110 0 0 1010010 1100100 100010 1011 1100100 100001

Color Harmonies of #A81E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81E00

Black with #A81E00

Text Example


Text Example

White with #A81E00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81E00; }

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

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

background-color css

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

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

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

border-color css

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

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

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