Html Css Color HEX #A51C1A Fire Brick

📋 copy color: '#A51C1A'

red 165 ◦ green 28 ◦ blue 26

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

Shades of Fire Brick #A51C1A

Tints of Fire Brick #A51C1A

RGB

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

 GREEN value IS 28 (11.33% from 255) = 12.79%

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

R = 75.34%
G = 12.79%
B = 11.87%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.84

 K value IS 0.35

RGB Variations

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

Color information

#A51C1A (or 0xA51C1A) is known color: Fire Brick. HEX triplet: A5, 1C and 1A. RGB value is (165,28,26). Sum of RGB (Red+Green+Blue) = 165+28+26=219 (29% of max value = 765). Red value is 165 (64.84% from 255 or 75.34% from 219); Green value is 28 (11.33% from 255 or 12.79% from 219); Blue value is 26 (10.55% from 255 or 11.87% from 219); Max value from RGB is 165 - color contains mainly: red. Hex color #A51C1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A51C1A is #5AE3E5. Grayscale: #444444. Windows color (decimal): -5956582 or 1711269. OLE color: 1711269.

HSL color Cylindrical-coordinate representation of color #A51C1A: hue angle of 0.86º 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 #A51C1A is Cyan = 0, Magento = 0.83, Yellow = 0.84 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 28 26 -
CMYK 0 0.83 0.84 0.35
HSL 0.86º 0.73% 0.37% -
HSV(B) 0.86º 0.84% 0.65% -
XYZ 16.12 8.9 1.85 -
YUV 68.74 103.89 196.66 -
System Red Green Blue C M Y K H S L
Decimal 165 28 26 0 0.83 0.84 0.35 0.86 0.73 0.37
Hex A5 1C 1A 0 53 54 23 1 49 25
Octal 245 34 32 0 123 124 43 1 111 45
Binary 10100101 11100 11010 0 1010011 1010100 100011 1 1001001 100101

Color Harmonies of #A51C1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51C1A

Black with #A51C1A

Text Example


Text Example

White with #A51C1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51C1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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