Html Css Color HEX #A52000 Fire Brick

📋 copy color: '#A52000'

red 165 ◦ green 32 ◦ blue 0

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

Shades of Fire Brick #A52000

Tints of Fire Brick #A52000

RGB

 RED value IS 165 (64.84% from 255) = 83.76%

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

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

R = 83.76%
G = 16.24%
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

#A52000 (or 0xA52000) is known color: Fire Brick. HEX triplet: A5, 20 and 00. RGB value is (165,32,0). Sum of RGB (Red+Green+Blue) = 165+32+0=197 (26% of max value = 765). Red value is 165 (64.84% from 255 or 83.76% from 197); Green value is 32 (12.89% from 255 or 16.24% from 197); Blue value is 0 (0.39% from 255 or 0% from 197); Max value from RGB is 165 - color contains mainly: red. Hex color #A52000 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A52000 is #5ADFFF. Grayscale: #444444. Windows color (decimal): -5955584 or 8357. OLE color: 8357.

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

Color convert

RGB 165 32 0 -
CMYK 0 0.81 1 0.35
HSL 11.64º 1% 0.32% -
HSV(B) 11.64º 1% 0.65% -
XYZ 16.03 9.03 0.9 -
YUV 68.12 89.56 197.1 -
System Red Green Blue C M Y K H S L
Decimal 165 32 0 0 0.81 1 0.35 11.64 1 0.32
Hex A5 20 0 0 51 64 23 C 64 20
Octal 245 40 0 0 121 144 43 14 144 40
Binary 10100101 100000 0 0 1010001 1100100 100011 1100 1100100 100000

Color Harmonies of #A52000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52000

Black with #A52000

Text Example


Text Example

White with #A52000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52000; }

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

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

background-color css

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

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

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

border-color css

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

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

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