Html Css Color HEX #A81F03 Fire Brick

📋 copy color: '#A81F03'

red 168 ◦ green 31 ◦ blue 3

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

Shades of Fire Brick #A81F03

Tints of Fire Brick #A81F03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.49%

R = 83.17%
G = 15.35%
B = 1.49%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.98

 K value IS 0.34

RGB Variations

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

Color information

#A81F03 (or 0xA81F03) is known color: Fire Brick. HEX triplet: A8, 1F and 03. RGB value is (168,31,3). Sum of RGB (Red+Green+Blue) = 168+31+3=202 (26% of max value = 765). Red value is 168 (66.02% from 255 or 83.17% from 202); Green value is 31 (12.5% from 255 or 15.35% from 202); Blue value is 3 (1.56% from 255 or 1.49% from 202); Max value from RGB is 168 - color contains mainly: red. Hex color #A81F03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A81F03 is #57E0FC. Grayscale: #454545. Windows color (decimal): -5759229 or 204712. OLE color: 204712.

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

Color convert

RGB 168 31 3 -
CMYK 0 0.82 0.98 0.34
HSL 10.18º 0.96% 0.34% -
HSV(B) 10.18º 0.98% 0.66% -
XYZ 16.65 9.31 1.01 -
YUV 68.77 90.89 198.78 -
System Red Green Blue C M Y K H S L
Decimal 168 31 3 0 0.82 0.98 0.34 10.18 0.96 0.34
Hex A8 1F 3 0 52 62 22 A 60 22
Octal 250 37 3 0 122 142 42 12 140 42
Binary 10101000 11111 11 0 1010010 1100010 100010 1010 1100000 100010

Color Harmonies of #A81F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81F03

Black with #A81F03

Text Example


Text Example

White with #A81F03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81F03; }

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

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

background-color css

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

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

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

border-color css

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

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

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