Html Css Color HEX #A62307 Fire Brick

📋 copy color: '#A62307'

red 166 ◦ green 35 ◦ blue 7

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

Shades of Fire Brick #A62307

Tints of Fire Brick #A62307

RGB

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

 GREEN value IS 35 (14.06% from 255) = 16.83%

 BLUE value IS 7 (3.13% from 255) = 3.37%

R = 79.81%
G = 16.83%
B = 3.37%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.96

 K value IS 0.35

RGB Variations

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

Color information

#A62307 (or 0xA62307) is known color: Fire Brick. HEX triplet: A6, 23 and 07. RGB value is (166,35,7). Sum of RGB (Red+Green+Blue) = 166+35+7=208 (27% of max value = 765). Red value is 166 (65.23% from 255 or 79.81% from 208); Green value is 35 (14.06% from 255 or 16.83% from 208); Blue value is 7 (3.12% from 255 or 3.37% from 208); Max value from RGB is 166 - color contains mainly: red. Hex color #A62307 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A62307 is #59DCF8. Grayscale: #474747. Windows color (decimal): -5889273 or 467878. OLE color: 467878.

HSL color Cylindrical-coordinate representation of color #A62307: hue angle of 10.57º degrees, saturation: 0.92, 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 #A62307 is Cyan = 0, Magento = 0.79, Yellow = 0.96 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 35 7 -
CMYK 0 0.79 0.96 0.35
HSL 10.57º 0.92% 0.34% -
HSV(B) 10.57º 0.96% 0.65% -
XYZ 16.37 9.32 1.14 -
YUV 70.98 91.9 195.78 -
System Red Green Blue C M Y K H S L
Decimal 166 35 7 0 0.79 0.96 0.35 10.57 0.92 0.34
Hex A6 23 7 0 4F 60 23 B 5C 22
Octal 246 43 7 0 117 140 43 13 134 42
Binary 10100110 100011 111 0 1001111 1100000 100011 1011 1011100 100010

Color Harmonies of #A62307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62307

Black with #A62307

Text Example


Text Example

White with #A62307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62307; }

 p { color: rgb(166,35,7); }

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

background-color css

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

 a { background-color: rgb(166,35,7); }

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

border-color css

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

 span { border-color: rgb(166,35,7); }

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