Html Css Color HEX #A51F06 Fire Brick

📋 copy color: '#A51F06'

red 165 ◦ green 31 ◦ blue 6

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

Shades of Fire Brick #A51F06

Tints of Fire Brick #A51F06

RGB

 RED value IS 165 (64.84% from 255) = 81.68%

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

 BLUE value IS 6 (2.73% from 255) = 2.97%

R = 81.68%
G = 15.35%
B = 2.97%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.96

 K value IS 0.35

RGB Variations

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

Color information

#A51F06 (or 0xA51F06) is known color: Fire Brick. HEX triplet: A5, 1F and 06. RGB value is (165,31,6). Sum of RGB (Red+Green+Blue) = 165+31+6=202 (26% of max value = 765). Red value is 165 (64.84% from 255 or 81.68% from 202); Green value is 31 (12.5% from 255 or 15.35% from 202); Blue value is 6 (2.73% from 255 or 2.97% from 202); Max value from RGB is 165 - color contains mainly: red. Hex color #A51F06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A51F06 is #5AE0F9. Grayscale: #444444. Windows color (decimal): -5955834 or 401317. OLE color: 401317.

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

Color convert

RGB 165 31 6 -
CMYK 0 0.81 0.96 0.35
HSL 9.43º 0.93% 0.34% -
HSV(B) 9.43º 0.96% 0.65% -
XYZ 16.04 8.99 1.06 -
YUV 68.22 92.89 197.03 -
System Red Green Blue C M Y K H S L
Decimal 165 31 6 0 0.81 0.96 0.35 9.43 0.93 0.34
Hex A5 1F 6 0 51 60 23 9 5D 22
Octal 245 37 6 0 121 140 43 11 135 42
Binary 10100101 11111 110 0 1010001 1100000 100011 1001 1011101 100010

Color Harmonies of #A51F06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51F06

Black with #A51F06

Text Example


Text Example

White with #A51F06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51F06; }

 p { color: rgb(165,31,6); }

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

background-color css

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

 a { background-color: rgb(165,31,6); }

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

border-color css

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

 span { border-color: rgb(165,31,6); }

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