Html Css Color HEX #A0260F Fire Brick

📋 copy color: '#A0260F'

red 160 ◦ green 38 ◦ blue 15

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

Shades of Fire Brick #A0260F

Tints of Fire Brick #A0260F

RGB

 RED value IS 160 (62.89% from 255) = 75.12%

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

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

R = 75.12%
G = 17.84%
B = 7.04%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.91

 K value IS 0.37

RGB Variations

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

Color information

#A0260F (or 0xA0260F) is known color: Fire Brick. HEX triplet: A0, 26 and 0F. RGB value is (160,38,15). Sum of RGB (Red+Green+Blue) = 160+38+15=213 (28% of max value = 765). Red value is 160 (62.89% from 255 or 75.12% from 213); Green value is 38 (15.23% from 255 or 17.84% from 213); Blue value is 15 (6.25% from 255 or 7.04% from 213); Max value from RGB is 160 - color contains mainly: red. Hex color #A0260F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A0260F is #5FD9F0. Grayscale: #484848. Windows color (decimal): -6281713 or 992928. OLE color: 992928.

HSL color Cylindrical-coordinate representation of color #A0260F: hue angle of 9.52º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A0260F is Cyan = 0, Magento = 0.76, Yellow = 0.91 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 38 15 -
CMYK 0 0.76 0.91 0.37
HSL 9.52º 0.83% 0.34% -
HSV(B) 9.52º 0.91% 0.63% -
XYZ 15.28 8.89 1.36 -
YUV 71.86 95.92 190.87 -
System Red Green Blue C M Y K H S L
Decimal 160 38 15 0 0.76 0.91 0.37 9.52 0.83 0.34
Hex A0 26 F 0 4C 5B 25 A 53 22
Octal 240 46 17 0 114 133 45 12 123 42
Binary 10100000 100110 1111 0 1001100 1011011 100101 1010 1010011 100010

Color Harmonies of #A0260F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0260F

Black with #A0260F

Text Example


Text Example

White with #A0260F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0260F; }

 p { color: rgb(160,38,15); }

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

background-color css

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

 a { background-color: rgb(160,38,15); }

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

border-color css

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

 span { border-color: rgb(160,38,15); }

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