Html Css Color HEX #A5260B Fire Brick

📋 copy color: '#A5260B'

red 165 ◦ green 38 ◦ blue 11

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

Shades of Fire Brick #A5260B

Tints of Fire Brick #A5260B

RGB

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

 GREEN value IS 38 (15.23% from 255) = 17.76%

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

R = 77.1%
G = 17.76%
B = 5.14%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.93

 K value IS 0.35

RGB Variations

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

Color information

#A5260B (or 0xA5260B) is known color: Fire Brick. HEX triplet: A5, 26 and 0B. RGB value is (165,38,11). Sum of RGB (Red+Green+Blue) = 165+38+11=214 (28% of max value = 765). Red value is 165 (64.84% from 255 or 77.10% from 214); Green value is 38 (15.23% from 255 or 17.76% from 214); Blue value is 11 (4.69% from 255 or 5.14% from 214); Max value from RGB is 165 - color contains mainly: red. Hex color #A5260B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A5260B is #5AD9F4. Grayscale: #494949. Windows color (decimal): -5954037 or 730789. OLE color: 730789.

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

Color convert

RGB 165 38 11 -
CMYK 0 0.77 0.93 0.35
HSL 10.52º 0.88% 0.35% -
HSV(B) 10.52º 0.93% 0.65% -
XYZ 16.27 9.41 1.28 -
YUV 72.9 93.08 193.7 -
System Red Green Blue C M Y K H S L
Decimal 165 38 11 0 0.77 0.93 0.35 10.52 0.88 0.35
Hex A5 26 B 0 4D 5D 23 B 58 23
Octal 245 46 13 0 115 135 43 13 130 43
Binary 10100101 100110 1011 0 1001101 1011101 100011 1011 1011000 100011

Color Harmonies of #A5260B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5260B

Black with #A5260B

Text Example


Text Example

White with #A5260B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5260B; }

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

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

background-color css

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

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

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

border-color css

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

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

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