Html Css Color HEX #A81D00 Fire Brick

📋 copy color: '#A81D00'

red 168 ◦ green 29 ◦ blue 0

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

Shades of Fire Brick #A81D00

Tints of Fire Brick #A81D00

RGB

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

 GREEN value IS 29 (11.72% from 255) = 14.72%

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

R = 85.28%
G = 14.72%
B = 0%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 1

 K value IS 0.34

RGB Variations

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

Color information

#A81D00 (or 0xA81D00) is known color: Fire Brick. HEX triplet: A8, 1D and 00. RGB value is (168,29,0). Sum of RGB (Red+Green+Blue) = 168+29+0=197 (26% of max value = 765). Red value is 168 (66.02% from 255 or 85.28% from 197); Green value is 29 (11.72% from 255 or 14.72% from 197); Blue value is 0 (0.39% from 255 or 0% from 197); Max value from RGB is 168 - color contains mainly: red. Hex color #A81D00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A81D00 is #57E2FF. Grayscale: #434343. Windows color (decimal): -5759744 or 7592. OLE color: 7592.

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

Color convert

RGB 168 29 0 -
CMYK 0 0.83 1 0.34
HSL 10.36º 1% 0.33% -
HSV(B) 10.36º 1% 0.66% -
XYZ 16.59 9.2 0.9 -
YUV 67.26 90.05 199.86 -
System Red Green Blue C M Y K H S L
Decimal 168 29 0 0 0.83 1 0.34 10.36 1 0.33
Hex A8 1D 0 0 53 64 22 A 64 21
Octal 250 35 0 0 123 144 42 12 144 41
Binary 10101000 11101 0 0 1010011 1100100 100010 1010 1100100 100001

Color Harmonies of #A81D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81D00

Black with #A81D00

Text Example


Text Example

White with #A81D00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81D00; }

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

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

background-color css

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

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

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

border-color css

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

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

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