Html Css Color HEX #A5280F Fire Brick

📋 copy color: '#A5280F'

red 165 ◦ green 40 ◦ blue 15

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

Shades of Fire Brick #A5280F

Tints of Fire Brick #A5280F

RGB

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

 GREEN value IS 40 (16.02% from 255) = 18.18%

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

R = 75%
G = 18.18%
B = 6.82%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.91

 K value IS 0.35

RGB Variations

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

Color information

#A5280F (or 0xA5280F) is known color: Fire Brick. HEX triplet: A5, 28 and 0F. RGB value is (165,40,15). Sum of RGB (Red+Green+Blue) = 165+40+15=220 (29% of max value = 765). Red value is 165 (64.84% from 255 or 75% from 220); Green value is 40 (16.02% from 255 or 18.18% from 220); Blue value is 15 (6.25% from 255 or 6.82% from 220); Max value from RGB is 165 - color contains mainly: red. Hex color #A5280F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A5280F is #5AD7F0. Grayscale: #4A4A4A. Windows color (decimal): -5953521 or 993445. OLE color: 993445.

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

Color convert

RGB 165 40 15 -
CMYK 0 0.76 0.91 0.35
HSL 10º 0.83% 0.35% -
HSV(B) 10º 0.91% 0.65% -
XYZ 16.36 9.55 1.43 -
YUV 74.53 94.41 192.53 -
System Red Green Blue C M Y K H S L
Decimal 165 40 15 0 0.76 0.91 0.35 10 0.83 0.35
Hex A5 28 F 0 4C 5B 23 A 53 23
Octal 245 50 17 0 114 133 43 12 123 43
Binary 10100101 101000 1111 0 1001100 1011011 100011 1010 1010011 100011

Color Harmonies of #A5280F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5280F

Black with #A5280F

Text Example


Text Example

White with #A5280F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5280F; }

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

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

background-color css

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

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

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

border-color css

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

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

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