Html Css Color HEX #A12000 Fire Brick

📋 copy color: '#A12000'

red 161 ◦ green 32 ◦ blue 0

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

Shades of Fire Brick #A12000

Tints of Fire Brick #A12000

RGB

 RED value IS 161 (63.28% from 255) = 83.42%

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

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

R = 83.42%
G = 16.58%
B = 0%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 1

 K value IS 0.37

RGB Variations

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

Color information

#A12000 (or 0xA12000) is known color: Fire Brick. HEX triplet: A1, 20 and 00. RGB value is (161,32,0). Sum of RGB (Red+Green+Blue) = 161+32+0=193 (25% of max value = 765). Red value is 161 (63.28% from 255 or 83.42% from 193); Green value is 32 (12.89% from 255 or 16.58% from 193); Blue value is 0 (0.39% from 255 or 0% from 193); Max value from RGB is 161 - color contains mainly: red. Hex color #A12000 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A12000 is #5EDFFF. Grayscale: #434343. Windows color (decimal): -6217728 or 8353. OLE color: 8353.

HSL color Cylindrical-coordinate representation of color #A12000: hue angle of 11.93º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A12000 is Cyan = 0, Magento = 0.80, Yellow = 1 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 32 0 -
CMYK 0 0.80 1 0.37
HSL 11.93º 1% 0.32% -
HSV(B) 11.93º 1% 0.63% -
XYZ 15.21 8.61 0.86 -
YUV 66.92 90.24 195.1 -
System Red Green Blue C M Y K H S L
Decimal 161 32 0 0 0.80 1 0.37 11.93 1 0.32
Hex A1 20 0 0 50 64 25 C 64 20
Octal 241 40 0 0 120 144 45 14 144 40
Binary 10100001 100000 0 0 1010000 1100100 100101 1100 1100100 100000

Color Harmonies of #A12000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A12000

Black with #A12000

Text Example


Text Example

White with #A12000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A12000; }

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

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

background-color css

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

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

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

border-color css

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

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

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