Html Css Color HEX #A61F09 Fire Brick

📋 copy color: '#A61F09'

red 166 ◦ green 31 ◦ blue 9

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

Shades of Fire Brick #A61F09

Tints of Fire Brick #A61F09

RGB

 RED value IS 166 (65.23% from 255) = 80.58%

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

 BLUE value IS 9 (3.91% from 255) = 4.37%

R = 80.58%
G = 15.05%
B = 4.37%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.95

 K value IS 0.35

RGB Variations

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

Color information

#A61F09 (or 0xA61F09) is known color: Fire Brick. HEX triplet: A6, 1F and 09. RGB value is (166,31,9). Sum of RGB (Red+Green+Blue) = 166+31+9=206 (27% of max value = 765). Red value is 166 (65.23% from 255 or 80.58% from 206); Green value is 31 (12.5% from 255 or 15.05% from 206); Blue value is 9 (3.91% from 255 or 4.37% from 206); Max value from RGB is 166 - color contains mainly: red. Hex color #A61F09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A61F09 is #59E0F6. Grayscale: #454545. Windows color (decimal): -5890295 or 597926. OLE color: 597926.

HSL color Cylindrical-coordinate representation of color #A61F09: hue angle of 8.41º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A61F09 is Cyan = 0, Magento = 0.81, Yellow = 0.95 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 31 9 -
CMYK 0 0.81 0.95 0.35
HSL 8.41º 0.9% 0.34% -
HSV(B) 8.41º 0.95% 0.65% -
XYZ 16.27 9.11 1.16 -
YUV 68.86 94.23 197.29 -
System Red Green Blue C M Y K H S L
Decimal 166 31 9 0 0.81 0.95 0.35 8.41 0.9 0.34
Hex A6 1F 9 0 51 5F 23 8 5A 22
Octal 246 37 11 0 121 137 43 10 132 42
Binary 10100110 11111 1001 0 1010001 1011111 100011 1000 1011010 100010

Color Harmonies of #A61F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61F09

Black with #A61F09

Text Example


Text Example

White with #A61F09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61F09; }

 p { color: rgb(166,31,9); }

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

background-color css

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

 a { background-color: rgb(166,31,9); }

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

border-color css

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

 span { border-color: rgb(166,31,9); }

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