Html Css Color HEX #A5280B Fire Brick

📋 copy color: '#A5280B'

red 165 ◦ green 40 ◦ blue 11

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

Shades of Fire Brick #A5280B

Tints of Fire Brick #A5280B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 5.09%

R = 76.39%
G = 18.52%
B = 5.09%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.93

 K value IS 0.35

RGB Variations

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

Color information

#A5280B (or 0xA5280B) is known color: Fire Brick. HEX triplet: A5, 28 and 0B. RGB value is (165,40,11). Sum of RGB (Red+Green+Blue) = 165+40+11=216 (28% of max value = 765). Red value is 165 (64.84% from 255 or 76.39% from 216); Green value is 40 (16.02% from 255 or 18.52% from 216); Blue value is 11 (4.69% from 255 or 5.09% from 216); Max value from RGB is 165 - color contains mainly: red. Hex color #A5280B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A5280B is #5AD7F4. Grayscale: #4A4A4A. Windows color (decimal): -5953525 or 731301. OLE color: 731301.

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

Color convert

RGB 165 40 11 -
CMYK 0 0.76 0.93 0.35
HSL 11.3º 0.88% 0.35% -
HSV(B) 11.3º 0.93% 0.65% -
XYZ 16.34 9.54 1.3 -
YUV 74.07 92.41 192.86 -
System Red Green Blue C M Y K H S L
Decimal 165 40 11 0 0.76 0.93 0.35 11.3 0.88 0.35
Hex A5 28 B 0 4C 5D 23 B 58 23
Octal 245 50 13 0 114 135 43 13 130 43
Binary 10100101 101000 1011 0 1001100 1011101 100011 1011 1011000 100011

Color Harmonies of #A5280B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5280B

Black with #A5280B

Text Example


Text Example

White with #A5280B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5280B; }

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

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

background-color css

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

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

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

border-color css

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

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

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