Html Css Color HEX #A32000 Fire Brick

📋 copy color: '#A32000'

red 163 ◦ green 32 ◦ blue 0

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

Shades of Fire Brick #A32000

Tints of Fire Brick #A32000

RGB

 RED value IS 163 (64.06% from 255) = 83.59%

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

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

R = 83.59%
G = 16.41%
B = 0%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 1

 K value IS 0.36

RGB Variations

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

Color information

#A32000 (or 0xA32000) is known color: Fire Brick. HEX triplet: A3, 20 and 00. RGB value is (163,32,0). Sum of RGB (Red+Green+Blue) = 163+32+0=195 (25% of max value = 765). Red value is 163 (64.06% from 255 or 83.59% from 195); Green value is 32 (12.89% from 255 or 16.41% from 195); Blue value is 0 (0.39% from 255 or 0% from 195); Max value from RGB is 163 - color contains mainly: red. Hex color #A32000 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A32000 is #5CDFFF. Grayscale: #434343. Windows color (decimal): -6086656 or 8355. OLE color: 8355.

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

Color convert

RGB 163 32 0 -
CMYK 0 0.80 1 0.36
HSL 11.78º 1% 0.32% -
HSV(B) 11.78º 1% 0.64% -
XYZ 15.62 8.82 0.88 -
YUV 67.52 89.9 196.1 -
System Red Green Blue C M Y K H S L
Decimal 163 32 0 0 0.80 1 0.36 11.78 1 0.32
Hex A3 20 0 0 50 64 24 C 64 20
Octal 243 40 0 0 120 144 44 14 144 40
Binary 10100011 100000 0 0 1010000 1100100 100100 1100 1100100 100000

Color Harmonies of #A32000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32000

Black with #A32000

Text Example


Text Example

White with #A32000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32000; }

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

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

background-color css

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

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

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

border-color css

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

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

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