Html Css Color HEX #A50F0F Fire Brick

📋 copy color: '#A50F0F'

red 165 ◦ green 15 ◦ blue 15

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

Shades of Fire Brick #A50F0F

Tints of Fire Brick #A50F0F

RGB

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

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

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

R = 84.62%
G = 7.69%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.91

 K value IS 0.35

RGB Variations

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

Color information

#A50F0F (or 0xA50F0F) is known color: Fire Brick. HEX triplet: A5, 0F and 0F. RGB value is (165,15,15). Sum of RGB (Red+Green+Blue) = 165+15+15=195 (25% of max value = 765). Red value is 165 (64.84% from 255 or 84.62% from 195); Green value is 15 (6.25% from 255 or 7.69% from 195); Blue value is 15 (6.25% from 255 or 7.69% from 195); Max value from RGB is 165 - color contains mainly: red. Hex color #A50F0F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A50F0F is #5AF0F0. Grayscale: #3C3C3C. Windows color (decimal): -5959921 or 987045. OLE color: 987045.

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

Color convert

RGB 165 15 15 -
CMYK 0 0.91 0.91 0.35
HSL 0.83% 0.35% -
HSV(B) 0.91% 0.65% -
XYZ 15.77 8.38 1.24 -
YUV 59.85 102.7 203 -
System Red Green Blue C M Y K H S L
Decimal 165 15 15 0 0.91 0.91 0.35 0 0.83 0.35
Hex A5 F F 0 5B 5B 23 0 53 23
Octal 245 17 17 0 133 133 43 0 123 43
Binary 10100101 1111 1111 0 1011011 1011011 100011 0 1010011 100011

Color Harmonies of #A50F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50F0F

Black with #A50F0F

Text Example


Text Example

White with #A50F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50F0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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