Html Css Color HEX #A5200F Fire Brick

📋 copy color: '#A5200F'

red 165 ◦ green 32 ◦ blue 15

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

Shades of Fire Brick #A5200F

Tints of Fire Brick #A5200F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 7.08%

R = 77.83%
G = 15.09%
B = 7.08%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.91

 K value IS 0.35

RGB Variations

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

Color information

#A5200F (or 0xA5200F) is known color: Fire Brick. HEX triplet: A5, 20 and 0F. RGB value is (165,32,15). Sum of RGB (Red+Green+Blue) = 165+32+15=212 (28% of max value = 765). Red value is 165 (64.84% from 255 or 77.83% from 212); Green value is 32 (12.89% from 255 or 15.09% from 212); Blue value is 15 (6.25% from 255 or 7.08% from 212); Max value from RGB is 165 - color contains mainly: red. Hex color #A5200F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A5200F is #5ADFF0. Grayscale: #464646. Windows color (decimal): -5955569 or 991397. OLE color: 991397.

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

Color convert

RGB 165 32 15 -
CMYK 0 0.81 0.91 0.35
HSL 6.8º 0.83% 0.35% -
HSV(B) 6.8º 0.91% 0.65% -
XYZ 16.12 9.07 1.35 -
YUV 69.83 97.06 195.88 -
System Red Green Blue C M Y K H S L
Decimal 165 32 15 0 0.81 0.91 0.35 6.8 0.83 0.35
Hex A5 20 F 0 51 5B 23 7 53 23
Octal 245 40 17 0 121 133 43 7 123 43
Binary 10100101 100000 1111 0 1010001 1011011 100011 111 1010011 100011

Color Harmonies of #A5200F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5200F

Black with #A5200F

Text Example


Text Example

White with #A5200F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5200F; }

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

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

background-color css

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

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

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

border-color css

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

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

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