Html Css Color HEX #A51F09 Fire Brick

📋 copy color: '#A51F09'

red 165 ◦ green 31 ◦ blue 9

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

Shades of Fire Brick #A51F09

Tints of Fire Brick #A51F09

RGB

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

 GREEN value IS 31 (12.5% from 255) = 15.12%

 BLUE value IS 9 (3.91% from 255) = 4.39%

R = 80.49%
G = 15.12%
B = 4.39%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.95

 K value IS 0.35

RGB Variations

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

Color information

#A51F09 (or 0xA51F09) is known color: Fire Brick. HEX triplet: A5, 1F and 09. RGB value is (165,31,9). Sum of RGB (Red+Green+Blue) = 165+31+9=205 (27% of max value = 765). Red value is 165 (64.84% from 255 or 80.49% from 205); Green value is 31 (12.5% from 255 or 15.12% from 205); Blue value is 9 (3.91% from 255 or 4.39% from 205); Max value from RGB is 165 - color contains mainly: red. Hex color #A51F09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A51F09 is #5AE0F6. Grayscale: #444444. Windows color (decimal): -5955831 or 597925. OLE color: 597925.

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

Color convert

RGB 165 31 9 -
CMYK 0 0.81 0.95 0.35
HSL 8.46º 0.9% 0.34% -
HSV(B) 8.46º 0.95% 0.65% -
XYZ 16.06 9 1.15 -
YUV 68.56 94.39 196.79 -
System Red Green Blue C M Y K H S L
Decimal 165 31 9 0 0.81 0.95 0.35 8.46 0.9 0.34
Hex A5 1F 9 0 51 5F 23 8 5A 22
Octal 245 37 11 0 121 137 43 10 132 42
Binary 10100101 11111 1001 0 1010001 1011111 100011 1000 1011010 100010

Color Harmonies of #A51F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51F09

Black with #A51F09

Text Example


Text Example

White with #A51F09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51F09; }

 p { color: rgb(165,31,9); }

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

background-color css

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

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

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

border-color css

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

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

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