Html Css Color HEX #A52100 Fire Brick

📋 copy color: '#A52100'

red 165 ◦ green 33 ◦ blue 0

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

Shades of Fire Brick #A52100

Tints of Fire Brick #A52100

RGB

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

 GREEN value IS 33 (13.28% from 255) = 16.67%

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

R = 83.33%
G = 16.67%
B = 0%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 1

 K value IS 0.35

RGB Variations

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

Color information

#A52100 (or 0xA52100) is known color: Fire Brick. HEX triplet: A5, 21 and 00. RGB value is (165,33,0). Sum of RGB (Red+Green+Blue) = 165+33+0=198 (26% of max value = 765). Red value is 165 (64.84% from 255 or 83.33% from 198); Green value is 33 (13.28% from 255 or 16.67% from 198); Blue value is 0 (0.39% from 255 or 0% from 198); Max value from RGB is 165 - color contains mainly: red. Hex color #A52100 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A52100 is #5ADEFF. Grayscale: #444444. Windows color (decimal): -5955328 or 8613. OLE color: 8613.

HSL color Cylindrical-coordinate representation of color #A52100: hue angle of 12º 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 #A52100 is Cyan = 0, Magento = 0.8, Yellow = 1 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 33 0 -
CMYK 0 0.8 1 0.35
HSL 12º 1% 0.32% -
HSV(B) 12º 1% 0.65% -
XYZ 16.06 9.09 0.91 -
YUV 68.71 89.23 196.68 -
System Red Green Blue C M Y K H S L
Decimal 165 33 0 0 0.8 1 0.35 12 1 0.32
Hex A5 21 0 0 50 64 23 C 64 20
Octal 245 41 0 0 120 144 43 14 144 40
Binary 10100101 100001 0 0 1010000 1100100 100011 1100 1100100 100000

Color Harmonies of #A52100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52100

Black with #A52100

Text Example


Text Example

White with #A52100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52100; }

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

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

background-color css

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

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

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

border-color css

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

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

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