Html Css Color HEX #A5260C Fire Brick

📋 copy color: '#A5260C'

red 165 ◦ green 38 ◦ blue 12

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

Shades of Fire Brick #A5260C

Tints of Fire Brick #A5260C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.58%

R = 76.74%
G = 17.67%
B = 5.58%

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

#A5260C (or 0xA5260C) is known color: Fire Brick. HEX triplet: A5, 26 and 0C. RGB value is (165,38,12). Sum of RGB (Red+Green+Blue) = 165+38+12=215 (28% of max value = 765). Red value is 165 (64.84% from 255 or 76.74% from 215); Green value is 38 (15.23% from 255 or 17.67% from 215); Blue value is 12 (5.08% from 255 or 5.58% from 215); Max value from RGB is 165 - color contains mainly: red. Hex color #A5260C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A5260C is #5AD9F3. Grayscale: #494949. Windows color (decimal): -5954036 or 796325. OLE color: 796325.

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

Color convert

RGB 165 38 12 -
CMYK 0 0.77 0.93 0.35
HSL 10.2º 0.86% 0.35% -
HSV(B) 10.2º 0.93% 0.65% -
XYZ 16.28 9.41 1.31 -
YUV 73.01 93.58 193.61 -
System Red Green Blue C M Y K H S L
Decimal 165 38 12 0 0.77 0.93 0.35 10.2 0.86 0.35
Hex A5 26 C 0 4D 5D 23 A 56 23
Octal 245 46 14 0 115 135 43 12 126 43
Binary 10100101 100110 1100 0 1001101 1011101 100011 1010 1010110 100011

Color Harmonies of #A5260C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5260C

Black with #A5260C

Text Example


Text Example

White with #A5260C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5260C; }

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

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

background-color css

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

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

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

border-color css

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

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

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