Html Css Color HEX #A62710 Fire Brick

📋 copy color: '#A62710'

red 166 ◦ green 39 ◦ blue 16

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

Shades of Fire Brick #A62710

Tints of Fire Brick #A62710

RGB

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

 GREEN value IS 39 (15.63% from 255) = 17.65%

 BLUE value IS 16 (6.64% from 255) = 7.24%

R = 75.11%
G = 17.65%
B = 7.24%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.90

 K value IS 0.35

RGB Variations

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

Color information

#A62710 (or 0xA62710) is known color: Fire Brick. HEX triplet: A6, 27 and 10. RGB value is (166,39,16). Sum of RGB (Red+Green+Blue) = 166+39+16=221 (29% of max value = 765). Red value is 166 (65.23% from 255 or 75.11% from 221); Green value is 39 (15.62% from 255 or 17.65% from 221); Blue value is 16 (6.64% from 255 or 7.24% from 221); Max value from RGB is 166 - color contains mainly: red. Hex color #A62710 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A62710 is #59D8EF. Grayscale: #4A4A4A. Windows color (decimal): -5888240 or 1058726. OLE color: 1058726.

HSL color Cylindrical-coordinate representation of color #A62710: hue angle of 9.2º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A62710 is Cyan = 0, Magento = 0.77, Yellow = 0.90 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 39 16 -
CMYK 0 0.77 0.90 0.35
HSL 9.2º 0.82% 0.36% -
HSV(B) 9.2º 0.9% 0.65% -
XYZ 16.54 9.6 1.47 -
YUV 74.35 95.08 193.37 -
System Red Green Blue C M Y K H S L
Decimal 166 39 16 0 0.77 0.90 0.35 9.2 0.82 0.36
Hex A6 27 10 0 4D 5A 23 9 52 24
Octal 246 47 20 0 115 132 43 11 122 44
Binary 10100110 100111 10000 0 1001101 1011010 100011 1001 1010010 100100

Color Harmonies of #A62710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62710

Black with #A62710

Text Example


Text Example

White with #A62710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62710; }

 p { color: rgb(166,39,16); }

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

background-color css

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

 a { background-color: rgb(166,39,16); }

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

border-color css

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

 span { border-color: rgb(166,39,16); }

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