Html Css Color HEX #A81F0E Fire Brick

📋 copy color: '#A81F0E'

red 168 ◦ green 31 ◦ blue 14

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

Shades of Fire Brick #A81F0E

Tints of Fire Brick #A81F0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 6.57%

R = 78.87%
G = 14.55%
B = 6.57%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.92

 K value IS 0.34

RGB Variations

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

Color information

#A81F0E (or 0xA81F0E) is known color: Fire Brick. HEX triplet: A8, 1F and 0E. RGB value is (168,31,14). Sum of RGB (Red+Green+Blue) = 168+31+14=213 (28% of max value = 765). Red value is 168 (66.02% from 255 or 78.87% from 213); Green value is 31 (12.5% from 255 or 14.55% from 213); Blue value is 14 (5.86% from 255 or 6.57% from 213); Max value from RGB is 168 - color contains mainly: red. Hex color #A81F0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A81F0E is #57E0F1. Grayscale: #464646. Windows color (decimal): -5759218 or 925608. OLE color: 925608.

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

Color convert

RGB 168 31 14 -
CMYK 0 0.82 0.92 0.34
HSL 6.62º 0.85% 0.36% -
HSV(B) 6.62º 0.92% 0.66% -
XYZ 16.72 9.34 1.34 -
YUV 70.03 96.39 197.88 -
System Red Green Blue C M Y K H S L
Decimal 168 31 14 0 0.82 0.92 0.34 6.62 0.85 0.36
Hex A8 1F E 0 52 5C 22 7 55 24
Octal 250 37 16 0 122 134 42 7 125 44
Binary 10101000 11111 1110 0 1010010 1011100 100010 111 1010101 100100

Color Harmonies of #A81F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81F0E

Black with #A81F0E

Text Example


Text Example

White with #A81F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81F0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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