Html Css Color HEX #A51B1A Fire Brick

📋 copy color: '#A51B1A'

red 165 ◦ green 27 ◦ blue 26

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

Shades of Fire Brick #A51B1A

Tints of Fire Brick #A51B1A

RGB

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

 GREEN value IS 27 (10.94% from 255) = 12.39%

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

R = 75.69%
G = 12.39%
B = 11.93%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.84

 K value IS 0.35

RGB Variations

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

Color information

#A51B1A (or 0xA51B1A) is known color: Fire Brick. HEX triplet: A5, 1B and 1A. RGB value is (165,27,26). Sum of RGB (Red+Green+Blue) = 165+27+26=218 (28% of max value = 765). Red value is 165 (64.84% from 255 or 75.69% from 218); Green value is 27 (10.94% from 255 or 12.39% from 218); Blue value is 26 (10.55% from 255 or 11.93% from 218); Max value from RGB is 165 - color contains mainly: red. Hex color #A51B1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A51B1A is #5AE4E5. Grayscale: #444444. Windows color (decimal): -5956838 or 1711013. OLE color: 1711013.

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

Color convert

RGB 165 27 26 -
CMYK 0 0.84 0.84 0.35
HSL 0.43º 0.73% 0.37% -
HSV(B) 0.43º 0.84% 0.65% -
XYZ 16.1 8.86 1.84 -
YUV 68.15 104.22 197.08 -
System Red Green Blue C M Y K H S L
Decimal 165 27 26 0 0.84 0.84 0.35 0.43 0.73 0.37
Hex A5 1B 1A 0 54 54 23 0 49 25
Octal 245 33 32 0 124 124 43 0 111 45
Binary 10100101 11011 11010 0 1010100 1010100 100011 0 1001001 100101

Color Harmonies of #A51B1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51B1A

Black with #A51B1A

Text Example


Text Example

White with #A51B1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51B1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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