Html Css Color HEX #A81D01 Fire Brick

📋 copy color: '#A81D01'

red 168 ◦ green 29 ◦ blue 1

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

Shades of Fire Brick #A81D01

Tints of Fire Brick #A81D01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.51%

R = 84.85%
G = 14.65%
B = 0.51%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.99

 K value IS 0.34

RGB Variations

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

Color information

#A81D01 (or 0xA81D01) is known color: Fire Brick. HEX triplet: A8, 1D and 01. RGB value is (168,29,1). Sum of RGB (Red+Green+Blue) = 168+29+1=198 (26% of max value = 765). Red value is 168 (66.02% from 255 or 84.85% from 198); Green value is 29 (11.72% from 255 or 14.65% from 198); Blue value is 1 (0.78% from 255 or 0.51% from 198); Max value from RGB is 168 - color contains mainly: red. Hex color #A81D01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A81D01 is #57E2FE. Grayscale: #434343. Windows color (decimal): -5759743 or 73128. OLE color: 73128.

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

Color convert

RGB 168 29 1 -
CMYK 0 0.83 0.99 0.34
HSL 10.06º 0.99% 0.33% -
HSV(B) 10.06º 0.99% 0.66% -
XYZ 16.59 9.21 0.93 -
YUV 67.37 90.55 199.78 -
System Red Green Blue C M Y K H S L
Decimal 168 29 1 0 0.83 0.99 0.34 10.06 0.99 0.33
Hex A8 1D 1 0 53 63 22 A 63 21
Octal 250 35 1 0 123 143 42 12 143 41
Binary 10101000 11101 1 0 1010011 1100011 100010 1010 1100011 100001

Color Harmonies of #A81D01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81D01

Black with #A81D01

Text Example


Text Example

White with #A81D01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81D01; }

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

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

background-color css

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

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

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

border-color css

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

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

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