Html Css Color HEX #A51D14 Fire Brick

📋 copy color: '#A51D14'

red 165 ◦ green 29 ◦ blue 20

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

Shades of Fire Brick #A51D14

Tints of Fire Brick #A51D14

RGB

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

 GREEN value IS 29 (11.72% from 255) = 13.55%

 BLUE value IS 20 (8.2% from 255) = 9.35%

R = 77.1%
G = 13.55%
B = 9.35%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.88

 K value IS 0.35

RGB Variations

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

Color information

#A51D14 (or 0xA51D14) is known color: Fire Brick. HEX triplet: A5, 1D and 14. RGB value is (165,29,20). Sum of RGB (Red+Green+Blue) = 165+29+20=214 (28% of max value = 765). Red value is 165 (64.84% from 255 or 77.10% from 214); Green value is 29 (11.72% from 255 or 13.55% from 214); Blue value is 20 (8.20% from 255 or 9.35% from 214); Max value from RGB is 165 - color contains mainly: red. Hex color #A51D14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A51D14 is #5AE2EB. Grayscale: #444444. Windows color (decimal): -5956332 or 1318309. OLE color: 1318309.

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

Color convert

RGB 165 29 20 -
CMYK 0 0.82 0.88 0.35
HSL 3.72º 0.78% 0.36% -
HSV(B) 3.72º 0.88% 0.65% -
XYZ 16.08 8.93 1.54 -
YUV 68.64 100.56 196.73 -
System Red Green Blue C M Y K H S L
Decimal 165 29 20 0 0.82 0.88 0.35 3.72 0.78 0.36
Hex A5 1D 14 0 52 58 23 4 4E 24
Octal 245 35 24 0 122 130 43 4 116 44
Binary 10100101 11101 10100 0 1010010 1011000 100011 100 1001110 100100

Color Harmonies of #A51D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51D14

Black with #A51D14

Text Example


Text Example

White with #A51D14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51D14; }

 p { color: rgb(165,29,20); }

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

background-color css

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

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

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

border-color css

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

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

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