Html Css Color HEX #A51A16 Fire Brick

📋 copy color: '#A51A16'

red 165 ◦ green 26 ◦ blue 22

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

Shades of Fire Brick #A51A16

Tints of Fire Brick #A51A16

RGB

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

 GREEN value IS 26 (10.55% from 255) = 12.21%

 BLUE value IS 22 (8.98% from 255) = 10.33%

R = 77.46%
G = 12.21%
B = 10.33%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.87

 K value IS 0.35

RGB Variations

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

Color information

#A51A16 (or 0xA51A16) is known color: Fire Brick. HEX triplet: A5, 1A and 16. RGB value is (165,26,22). Sum of RGB (Red+Green+Blue) = 165+26+22=213 (28% of max value = 765). Red value is 165 (64.84% from 255 or 77.46% from 213); Green value is 26 (10.55% from 255 or 12.21% from 213); Blue value is 22 (8.98% from 255 or 10.33% from 213); Max value from RGB is 165 - color contains mainly: red. Hex color #A51A16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A51A16 is #5AE5E9. Grayscale: #434343. Windows color (decimal): -5957098 or 1448613. OLE color: 1448613.

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

Color convert

RGB 165 26 22 -
CMYK 0 0.84 0.87 0.35
HSL 1.68º 0.76% 0.37% -
HSV(B) 1.68º 0.87% 0.65% -
XYZ 16.03 8.8 1.61 -
YUV 67.11 102.55 197.83 -
System Red Green Blue C M Y K H S L
Decimal 165 26 22 0 0.84 0.87 0.35 1.68 0.76 0.37
Hex A5 1A 16 0 54 57 23 2 4C 25
Octal 245 32 26 0 124 127 43 2 114 45
Binary 10100101 11010 10110 0 1010100 1010111 100011 10 1001100 100101

Color Harmonies of #A51A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51A16

Black with #A51A16

Text Example


Text Example

White with #A51A16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51A16; }

 p { color: rgb(165,26,22); }

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

background-color css

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

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

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

border-color css

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

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

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