Html Css Color HEX #A5280D Fire Brick

📋 copy color: '#A5280D'

red 165 ◦ green 40 ◦ blue 13

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

Shades of Fire Brick #A5280D

Tints of Fire Brick #A5280D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.96%

R = 75.69%
G = 18.35%
B = 5.96%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.92

 K value IS 0.35

RGB Variations

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

Color information

#A5280D (or 0xA5280D) is known color: Fire Brick. HEX triplet: A5, 28 and 0D. RGB value is (165,40,13). Sum of RGB (Red+Green+Blue) = 165+40+13=218 (28% of max value = 765). Red value is 165 (64.84% from 255 or 75.69% from 218); Green value is 40 (16.02% from 255 or 18.35% from 218); Blue value is 13 (5.47% from 255 or 5.96% from 218); Max value from RGB is 165 - color contains mainly: red. Hex color #A5280D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A5280D is #5AD7F2. Grayscale: #4A4A4A. Windows color (decimal): -5953523 or 862373. OLE color: 862373.

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

Color convert

RGB 165 40 13 -
CMYK 0 0.76 0.92 0.35
HSL 10.66º 0.85% 0.35% -
HSV(B) 10.66º 0.92% 0.65% -
XYZ 16.35 9.55 1.36 -
YUV 74.3 93.41 192.7 -
System Red Green Blue C M Y K H S L
Decimal 165 40 13 0 0.76 0.92 0.35 10.66 0.85 0.35
Hex A5 28 D 0 4C 5C 23 B 55 23
Octal 245 50 15 0 114 134 43 13 125 43
Binary 10100101 101000 1101 0 1001100 1011100 100011 1011 1010101 100011

Color Harmonies of #A5280D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5280D

Black with #A5280D

Text Example


Text Example

White with #A5280D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5280D; }

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

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

background-color css

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

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

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

border-color css

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

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

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