Html Css Color HEX #A5201F Fire Brick

📋 copy color: '#A5201F'

red 165 ◦ green 32 ◦ blue 31

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

Shades of Fire Brick #A5201F

Tints of Fire Brick #A5201F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 13.6%

R = 72.37%
G = 14.04%
B = 13.6%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.81

 K value IS 0.35

RGB Variations

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

Color information

#A5201F (or 0xA5201F) is known color: Fire Brick. HEX triplet: A5, 20 and 1F. RGB value is (165,32,31). Sum of RGB (Red+Green+Blue) = 165+32+31=228 (30% of max value = 765). Red value is 165 (64.84% from 255 or 72.37% from 228); Green value is 32 (12.89% from 255 or 14.04% from 228); Blue value is 31 (12.5% from 255 or 13.60% from 228); Max value from RGB is 165 - color contains mainly: red. Hex color #A5201F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5201F is #5ADFE0. Grayscale: #474747. Windows color (decimal): -5955553 or 2039973. OLE color: 2039973.

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

Color convert

RGB 165 32 31 -
CMYK 0 0.81 0.81 0.35
HSL 0.45º 0.68% 0.38% -
HSV(B) 0.45º 0.81% 0.65% -
XYZ 16.28 9.13 2.2 -
YUV 71.65 105.06 194.58 -
System Red Green Blue C M Y K H S L
Decimal 165 32 31 0 0.81 0.81 0.35 0.45 0.68 0.38
Hex A5 20 1F 0 51 51 23 0 44 26
Octal 245 40 37 0 121 121 43 0 104 46
Binary 10100101 100000 11111 0 1010001 1010001 100011 0 1000100 100110

Color Harmonies of #A5201F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5201F

Black with #A5201F

Text Example


Text Example

White with #A5201F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5201F; }

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

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

background-color css

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

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

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

border-color css

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

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

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