Html Css Color HEX #A81F01 Fire Brick

📋 copy color: '#A81F01'

red 168 ◦ green 31 ◦ blue 1

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

Shades of Fire Brick #A81F01

Tints of Fire Brick #A81F01

RGB

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

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

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

R = 84%
G = 15.5%
B = 0.5%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.99

 K value IS 0.34

RGB Variations

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

Color information

#A81F01 (or 0xA81F01) is known color: Fire Brick. HEX triplet: A8, 1F and 01. RGB value is (168,31,1). Sum of RGB (Red+Green+Blue) = 168+31+1=200 (26% of max value = 765). Red value is 168 (66.02% from 255 or 84% from 200); Green value is 31 (12.5% from 255 or 15.5% from 200); Blue value is 1 (0.78% from 255 or 0.5% from 200); Max value from RGB is 168 - color contains mainly: red. Hex color #A81F01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A81F01 is #57E0FE. Grayscale: #444444. Windows color (decimal): -5759231 or 73640. OLE color: 73640.

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

Color convert

RGB 168 31 1 -
CMYK 0 0.82 0.99 0.34
HSL 10.78º 0.99% 0.33% -
HSV(B) 10.78º 0.99% 0.66% -
XYZ 16.64 9.31 0.95 -
YUV 68.54 89.89 198.94 -
System Red Green Blue C M Y K H S L
Decimal 168 31 1 0 0.82 0.99 0.34 10.78 0.99 0.33
Hex A8 1F 1 0 52 63 22 B 63 21
Octal 250 37 1 0 122 143 42 13 143 41
Binary 10101000 11111 1 0 1010010 1100011 100010 1011 1100011 100001

Color Harmonies of #A81F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81F01

Black with #A81F01

Text Example


Text Example

White with #A81F01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81F01; }

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

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

background-color css

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

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

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

border-color css

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

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

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