Html Css Color HEX #A02508 Fire Brick

📋 copy color: '#A02508'

red 160 ◦ green 37 ◦ blue 8

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

Shades of Fire Brick #A02508

Tints of Fire Brick #A02508

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.9%

R = 78.05%
G = 18.05%
B = 3.9%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.95

 K value IS 0.37

RGB Variations

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

Color information

#A02508 (or 0xA02508) is known color: Fire Brick. HEX triplet: A0, 25 and 08. RGB value is (160,37,8). Sum of RGB (Red+Green+Blue) = 160+37+8=205 (27% of max value = 765). Red value is 160 (62.89% from 255 or 78.05% from 205); Green value is 37 (14.84% from 255 or 18.05% from 205); Blue value is 8 (3.52% from 255 or 3.90% from 205); Max value from RGB is 160 - color contains mainly: red. Hex color #A02508 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A02508 is #5FDAF7. Grayscale: #464646. Windows color (decimal): -6281976 or 533920. OLE color: 533920.

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

Color convert

RGB 160 37 8 -
CMYK 0 0.77 0.95 0.37
HSL 11.45º 0.9% 0.33% -
HSV(B) 11.45º 0.95% 0.63% -
XYZ 15.2 8.81 1.13 -
YUV 70.47 92.75 191.86 -
System Red Green Blue C M Y K H S L
Decimal 160 37 8 0 0.77 0.95 0.37 11.45 0.9 0.33
Hex A0 25 8 0 4D 5F 25 B 5A 21
Octal 240 45 10 0 115 137 45 13 132 41
Binary 10100000 100101 1000 0 1001101 1011111 100101 1011 1011010 100001

Color Harmonies of #A02508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02508

Black with #A02508

Text Example


Text Example

White with #A02508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02508; }

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

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

background-color css

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

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

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

border-color css

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

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

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