Html Css Color HEX #A61F03 Fire Brick

📋 copy color: '#A61F03'

red 166 ◦ green 31 ◦ blue 3

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

Shades of Fire Brick #A61F03

Tints of Fire Brick #A61F03

RGB

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

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

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

R = 83%
G = 15.5%
B = 1.5%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.98

 K value IS 0.35

RGB Variations

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

Color information

#A61F03 (or 0xA61F03) is known color: Fire Brick. HEX triplet: A6, 1F and 03. RGB value is (166,31,3). Sum of RGB (Red+Green+Blue) = 166+31+3=200 (26% of max value = 765). Red value is 166 (65.23% from 255 or 83% from 200); Green value is 31 (12.5% from 255 or 15.5% from 200); Blue value is 3 (1.56% from 255 or 1.5% from 200); Max value from RGB is 166 - color contains mainly: red. Hex color #A61F03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A61F03 is #59E0FC. Grayscale: #444444. Windows color (decimal): -5890301 or 204710. OLE color: 204710.

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

Color convert

RGB 166 31 3 -
CMYK 0 0.81 0.98 0.35
HSL 10.31º 0.96% 0.33% -
HSV(B) 10.31º 0.98% 0.65% -
XYZ 16.23 9.09 0.99 -
YUV 68.17 91.23 197.78 -
System Red Green Blue C M Y K H S L
Decimal 166 31 3 0 0.81 0.98 0.35 10.31 0.96 0.33
Hex A6 1F 3 0 51 62 23 A 60 21
Octal 246 37 3 0 121 142 43 12 140 41
Binary 10100110 11111 11 0 1010001 1100010 100011 1010 1100000 100001

Color Harmonies of #A61F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61F03

Black with #A61F03

Text Example


Text Example

White with #A61F03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61F03; }

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

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

background-color css

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

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

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

border-color css

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

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

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