Html Css Color HEX #A62000 Fire Brick

📋 copy color: '#A62000'

red 166 ◦ green 32 ◦ blue 0

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

Shades of Fire Brick #A62000

Tints of Fire Brick #A62000

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 83.84%
G = 16.16%
B = 0%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 1

 K value IS 0.35

RGB Variations

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

Color information

#A62000 (or 0xA62000) is known color: Fire Brick. HEX triplet: A6, 20 and 00. RGB value is (166,32,0). Sum of RGB (Red+Green+Blue) = 166+32+0=198 (26% of max value = 765). Red value is 166 (65.23% from 255 or 83.84% from 198); Green value is 32 (12.89% from 255 or 16.16% from 198); Blue value is 0 (0.39% from 255 or 0% from 198); Max value from RGB is 166 - color contains mainly: red. Hex color #A62000 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A62000 is #59DFFF. Grayscale: #444444. Windows color (decimal): -5890048 or 8358. OLE color: 8358.

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

Color convert

RGB 166 32 0 -
CMYK 0 0.81 1 0.35
HSL 11.57º 1% 0.33% -
HSV(B) 11.57º 1% 0.65% -
XYZ 16.24 9.14 0.91 -
YUV 68.42 89.39 197.6 -
System Red Green Blue C M Y K H S L
Decimal 166 32 0 0 0.81 1 0.35 11.57 1 0.33
Hex A6 20 0 0 51 64 23 C 64 21
Octal 246 40 0 0 121 144 43 14 144 41
Binary 10100110 100000 0 0 1010001 1100100 100011 1100 1100100 100001

Color Harmonies of #A62000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62000

Black with #A62000

Text Example


Text Example

White with #A62000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62000; }

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

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

background-color css

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

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

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

border-color css

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

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

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