Html Css Color HEX #A62005 Fire Brick

📋 copy color: '#A62005'

red 166 ◦ green 32 ◦ blue 5

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

Shades of Fire Brick #A62005

Tints of Fire Brick #A62005

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.76%

 BLUE value IS 5 (2.34% from 255) = 2.46%

R = 81.77%
G = 15.76%
B = 2.46%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.97

 K value IS 0.35

RGB Variations

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

Color information

#A62005 (or 0xA62005) is known color: Fire Brick. HEX triplet: A6, 20 and 05. RGB value is (166,32,5). Sum of RGB (Red+Green+Blue) = 166+32+5=203 (26% of max value = 765). Red value is 166 (65.23% from 255 or 81.77% from 203); Green value is 32 (12.89% from 255 or 15.76% from 203); Blue value is 5 (2.34% from 255 or 2.46% from 203); Max value from RGB is 166 - color contains mainly: red. Hex color #A62005 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A62005 is #59DFFA. Grayscale: #454545. Windows color (decimal): -5890043 or 336038. OLE color: 336038.

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

Color convert

RGB 166 32 5 -
CMYK 0 0.81 0.97 0.35
HSL 10.06º 0.94% 0.34% -
HSV(B) 10.06º 0.97% 0.65% -
XYZ 16.27 9.15 1.05 -
YUV 68.99 91.89 197.2 -
System Red Green Blue C M Y K H S L
Decimal 166 32 5 0 0.81 0.97 0.35 10.06 0.94 0.34
Hex A6 20 5 0 51 61 23 A 5E 22
Octal 246 40 5 0 121 141 43 12 136 42
Binary 10100110 100000 101 0 1010001 1100001 100011 1010 1011110 100010

Color Harmonies of #A62005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62005

Black with #A62005

Text Example


Text Example

White with #A62005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62005; }

 p { color: rgb(166,32,5); }

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

background-color css

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

 a { background-color: rgb(166,32,5); }

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

border-color css

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

 span { border-color: rgb(166,32,5); }

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