Html Css Color HEX #A51E1B Fire Brick

📋 copy color: '#A51E1B'

red 165 ◦ green 30 ◦ blue 27

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

Shades of Fire Brick #A51E1B

Tints of Fire Brick #A51E1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 12.16%

R = 74.32%
G = 13.51%
B = 12.16%

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

#A51E1B (or 0xA51E1B) is known color: Fire Brick. HEX triplet: A5, 1E and 1B. RGB value is (165,30,27). Sum of RGB (Red+Green+Blue) = 165+30+27=222 (29% of max value = 765). Red value is 165 (64.84% from 255 or 74.32% from 222); Green value is 30 (12.11% from 255 or 13.51% from 222); Blue value is 27 (10.94% from 255 or 12.16% from 222); Max value from RGB is 165 - color contains mainly: red. Hex color #A51E1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A51E1B is #5AE1E4. Grayscale: #464646. Windows color (decimal): -5956069 or 1777317. OLE color: 1777317.

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

Color convert

RGB 165 30 27 -
CMYK 0 0.82 0.84 0.35
HSL 1.3º 0.72% 0.38% -
HSV(B) 1.3º 0.84% 0.65% -
XYZ 16.18 9.01 1.92 -
YUV 70.02 103.73 195.74 -
System Red Green Blue C M Y K H S L
Decimal 165 30 27 0 0.82 0.84 0.35 1.3 0.72 0.38
Hex A5 1E 1B 0 52 54 23 1 48 26
Octal 245 36 33 0 122 124 43 1 110 46
Binary 10100101 11110 11011 0 1010010 1010100 100011 1 1001000 100110

Color Harmonies of #A51E1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51E1B

Black with #A51E1B

Text Example


Text Example

White with #A51E1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51E1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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