Html Css Color HEX #A50F0D Fire Brick

📋 copy color: '#A50F0D'

red 165 ◦ green 15 ◦ blue 13

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

Shades of Fire Brick #A50F0D

Tints of Fire Brick #A50F0D

RGB

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

 GREEN value IS 15 (6.25% from 255) = 7.77%

 BLUE value IS 13 (5.47% from 255) = 6.74%

R = 85.49%
G = 7.77%
B = 6.74%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.92

 K value IS 0.35

RGB Variations

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

Color information

#A50F0D (or 0xA50F0D) is known color: Fire Brick. HEX triplet: A5, 0F and 0D. RGB value is (165,15,13). Sum of RGB (Red+Green+Blue) = 165+15+13=193 (25% of max value = 765). Red value is 165 (64.84% from 255 or 85.49% from 193); Green value is 15 (6.25% from 255 or 7.77% from 193); Blue value is 13 (5.47% from 255 or 6.74% from 193); Max value from RGB is 165 - color contains mainly: red. Hex color #A50F0D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A50F0D is #5AF0F2. Grayscale: #3B3B3B. Windows color (decimal): -5959923 or 855973. OLE color: 855973.

HSL color Cylindrical-coordinate representation of color #A50F0D: hue angle of 0.79º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A50F0D is Cyan = 0, Magento = 0.91, Yellow = 0.92 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 15 13 -
CMYK 0 0.91 0.92 0.35
HSL 0.79º 0.85% 0.35% -
HSV(B) 0.79º 0.92% 0.65% -
XYZ 15.76 8.37 1.17 -
YUV 59.62 101.7 203.16 -
System Red Green Blue C M Y K H S L
Decimal 165 15 13 0 0.91 0.92 0.35 0.79 0.85 0.35
Hex A5 F D 0 5B 5C 23 1 55 23
Octal 245 17 15 0 133 134 43 1 125 43
Binary 10100101 1111 1101 0 1011011 1011100 100011 1 1010101 100011

Color Harmonies of #A50F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50F0D

Black with #A50F0D

Text Example


Text Example

White with #A50F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50F0D; }

 p { color: rgb(165,15,13); }

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

background-color css

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

 a { background-color: rgb(165,15,13); }

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

border-color css

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

 span { border-color: rgb(165,15,13); }

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