Html Css Color HEX #A81F0D Fire Brick

📋 copy color: '#A81F0D'

red 168 ◦ green 31 ◦ blue 13

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

Shades of Fire Brick #A81F0D

Tints of Fire Brick #A81F0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 6.13%

R = 79.25%
G = 14.62%
B = 6.13%

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

#A81F0D (or 0xA81F0D) is known color: Fire Brick. HEX triplet: A8, 1F and 0D. RGB value is (168,31,13). Sum of RGB (Red+Green+Blue) = 168+31+13=212 (28% of max value = 765). Red value is 168 (66.02% from 255 or 79.25% from 212); Green value is 31 (12.5% from 255 or 14.62% from 212); Blue value is 13 (5.47% from 255 or 6.13% from 212); Max value from RGB is 168 - color contains mainly: red. Hex color #A81F0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A81F0D is #57E0F2. Grayscale: #464646. Windows color (decimal): -5759219 or 860072. OLE color: 860072.

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

Color convert

RGB 168 31 13 -
CMYK 0 0.82 0.92 0.34
HSL 6.97º 0.86% 0.35% -
HSV(B) 6.97º 0.92% 0.66% -
XYZ 16.71 9.33 1.3 -
YUV 69.91 95.89 197.96 -
System Red Green Blue C M Y K H S L
Decimal 168 31 13 0 0.82 0.92 0.34 6.97 0.86 0.35
Hex A8 1F D 0 52 5C 22 7 56 23
Octal 250 37 15 0 122 134 42 7 126 43
Binary 10101000 11111 1101 0 1010010 1011100 100010 111 1010110 100011

Color Harmonies of #A81F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81F0D

Black with #A81F0D

Text Example


Text Example

White with #A81F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81F0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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