Html Css Color HEX #A51B0E Fire Brick

📋 copy color: '#A51B0E'

red 165 ◦ green 27 ◦ blue 14

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

Shades of Fire Brick #A51B0E

Tints of Fire Brick #A51B0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 6.8%

R = 80.1%
G = 13.11%
B = 6.8%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.92

 K value IS 0.35

RGB Variations

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

Color information

#A51B0E (or 0xA51B0E) is known color: Fire Brick. HEX triplet: A5, 1B and 0E. RGB value is (165,27,14). Sum of RGB (Red+Green+Blue) = 165+27+14=206 (27% of max value = 765). Red value is 165 (64.84% from 255 or 80.10% from 206); Green value is 27 (10.94% from 255 or 13.11% from 206); Blue value is 14 (5.86% from 255 or 6.80% from 206); Max value from RGB is 165 - color contains mainly: red. Hex color #A51B0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A51B0E is #5AE4F1. Grayscale: #424242. Windows color (decimal): -5956850 or 924581. OLE color: 924581.

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

Color convert

RGB 165 27 14 -
CMYK 0 0.84 0.92 0.35
HSL 5.17º 0.84% 0.35% -
HSV(B) 5.17º 0.92% 0.65% -
XYZ 15.99 8.81 1.27 -
YUV 66.78 98.22 198.06 -
System Red Green Blue C M Y K H S L
Decimal 165 27 14 0 0.84 0.92 0.35 5.17 0.84 0.35
Hex A5 1B E 0 54 5C 23 5 54 23
Octal 245 33 16 0 124 134 43 5 124 43
Binary 10100101 11011 1110 0 1010100 1011100 100011 101 1010100 100011

Color Harmonies of #A51B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51B0E

Black with #A51B0E

Text Example


Text Example

White with #A51B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51B0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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