Html Css Color HEX #A02507 Fire Brick

📋 copy color: '#A02507'

red 160 ◦ green 37 ◦ blue 7

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

Shades of Fire Brick #A02507

Tints of Fire Brick #A02507

RGB

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

 GREEN value IS 37 (14.84% from 255) = 18.14%

 BLUE value IS 7 (3.13% from 255) = 3.43%

R = 78.43%
G = 18.14%
B = 3.43%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.96

 K value IS 0.37

RGB Variations

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

Color information

#A02507 (or 0xA02507) is known color: Fire Brick. HEX triplet: A0, 25 and 07. RGB value is (160,37,7). Sum of RGB (Red+Green+Blue) = 160+37+7=204 (27% of max value = 765). Red value is 160 (62.89% from 255 or 78.43% from 204); Green value is 37 (14.84% from 255 or 18.14% from 204); Blue value is 7 (3.12% from 255 or 3.43% from 204); Max value from RGB is 160 - color contains mainly: red. Hex color #A02507 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A02507 is #5FDAF8. Grayscale: #464646. Windows color (decimal): -6281977 or 468384. OLE color: 468384.

HSL color Cylindrical-coordinate representation of color #A02507: hue angle of 11.76º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A02507 is Cyan = 0, Magento = 0.77, Yellow = 0.96 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 37 7 -
CMYK 0 0.77 0.96 0.37
HSL 11.76º 0.92% 0.33% -
HSV(B) 11.76º 0.96% 0.63% -
XYZ 15.2 8.81 1.1 -
YUV 70.36 92.25 191.94 -
System Red Green Blue C M Y K H S L
Decimal 160 37 7 0 0.77 0.96 0.37 11.76 0.92 0.33
Hex A0 25 7 0 4D 60 25 C 5C 21
Octal 240 45 7 0 115 140 45 14 134 41
Binary 10100000 100101 111 0 1001101 1100000 100101 1100 1011100 100001

Color Harmonies of #A02507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02507

Black with #A02507

Text Example


Text Example

White with #A02507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02507; }

 p { color: rgb(160,37,7); }

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

background-color css

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

 a { background-color: rgb(160,37,7); }

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

border-color css

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

 span { border-color: rgb(160,37,7); }

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