Html Css Color HEX #A51E1A Fire Brick

📋 copy color: '#A51E1A'

red 165 ◦ green 30 ◦ blue 26

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

Shades of Fire Brick #A51E1A

Tints of Fire Brick #A51E1A

RGB

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

 GREEN value IS 30 (12.11% from 255) = 13.57%

 BLUE value IS 26 (10.55% from 255) = 11.76%

R = 74.66%
G = 13.57%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.84

 K value IS 0.35

RGB Variations

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

Color information

#A51E1A (or 0xA51E1A) is known color: Fire Brick. HEX triplet: A5, 1E and 1A. RGB value is (165,30,26). Sum of RGB (Red+Green+Blue) = 165+30+26=221 (29% of max value = 765). Red value is 165 (64.84% from 255 or 74.66% from 221); Green value is 30 (12.11% from 255 or 13.57% from 221); Blue value is 26 (10.55% from 255 or 11.76% from 221); Max value from RGB is 165 - color contains mainly: red. Hex color #A51E1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A51E1A is #5AE1E5. Grayscale: #464646. Windows color (decimal): -5956070 or 1711781. OLE color: 1711781.

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

Color convert

RGB 165 30 26 -
CMYK 0 0.82 0.84 0.35
HSL 1.73º 0.73% 0.37% -
HSV(B) 1.73º 0.84% 0.65% -
XYZ 16.17 9 1.86 -
YUV 69.91 103.23 195.83 -
System Red Green Blue C M Y K H S L
Decimal 165 30 26 0 0.82 0.84 0.35 1.73 0.73 0.37
Hex A5 1E 1A 0 52 54 23 2 49 25
Octal 245 36 32 0 122 124 43 2 111 45
Binary 10100101 11110 11010 0 1010010 1010100 100011 10 1001001 100101

Color Harmonies of #A51E1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51E1A

Black with #A51E1A

Text Example


Text Example

White with #A51E1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51E1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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