Html Css Color HEX #A51E0E Fire Brick

📋 copy color: '#A51E0E'

red 165 ◦ green 30 ◦ blue 14

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

Shades of Fire Brick #A51E0E

Tints of Fire Brick #A51E0E

RGB

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

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

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

R = 78.95%
G = 14.35%
B = 6.7%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.92

 K value IS 0.35

RGB Variations

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

Color information

#A51E0E (or 0xA51E0E) is known color: Fire Brick. HEX triplet: A5, 1E and 0E. RGB value is (165,30,14). Sum of RGB (Red+Green+Blue) = 165+30+14=209 (27% of max value = 765). Red value is 165 (64.84% from 255 or 78.95% from 209); Green value is 30 (12.11% from 255 or 14.35% from 209); Blue value is 14 (5.86% from 255 or 6.70% from 209); Max value from RGB is 165 - color contains mainly: red. Hex color #A51E0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A51E0E is #5AE1F1. Grayscale: #444444. Windows color (decimal): -5956082 or 925349. OLE color: 925349.

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

Color convert

RGB 165 30 14 -
CMYK 0 0.82 0.92 0.35
HSL 6.36º 0.84% 0.35% -
HSV(B) 6.36º 0.92% 0.65% -
XYZ 16.06 8.96 1.3 -
YUV 68.54 97.23 196.8 -
System Red Green Blue C M Y K H S L
Decimal 165 30 14 0 0.82 0.92 0.35 6.36 0.84 0.35
Hex A5 1E E 0 52 5C 23 6 54 23
Octal 245 36 16 0 122 134 43 6 124 43
Binary 10100101 11110 1110 0 1010010 1011100 100011 110 1010100 100011

Color Harmonies of #A51E0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51E0E

Black with #A51E0E

Text Example


Text Example

White with #A51E0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51E0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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