Html Css Color HEX #B51A14 Fire Brick

📋 copy color: '#B51A14'

red 181 ◦ green 26 ◦ blue 20

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

Shades of Fire Brick #B51A14

Tints of Fire Brick #B51A14

RGB

 RED value IS 181 (71.09% from 255) = 79.74%

 GREEN value IS 26 (10.55% from 255) = 11.45%

 BLUE value IS 20 (8.2% from 255) = 8.81%

R = 79.74%
G = 11.45%
B = 8.81%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.89

 K value IS 0.29

RGB Variations

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

Color information

#B51A14 (or 0xB51A14) is known color: Fire Brick. HEX triplet: B5, 1A and 14. RGB value is (181,26,20). Sum of RGB (Red+Green+Blue) = 181+26+20=227 (30% of max value = 765). Red value is 181 (71.09% from 255 or 79.74% from 227); Green value is 26 (10.55% from 255 or 11.45% from 227); Blue value is 20 (8.20% from 255 or 8.81% from 227); Max value from RGB is 181 - color contains mainly: red. Hex color #B51A14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B51A14 is #4AE5EB. Grayscale: #474747. Windows color (decimal): -4908524 or 1317557. OLE color: 1317557.

HSL color Cylindrical-coordinate representation of color #B51A14: hue angle of 2.24º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B51A14 is Cyan = 0, Magento = 0.86, Yellow = 0.89 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 26 20 -
CMYK 0 0.86 0.89 0.29
HSL 2.24º 0.8% 0.39% -
HSV(B) 2.24º 0.89% 0.71% -
XYZ 19.55 10.61 1.68 -
YUV 71.66 98.85 205.99 -
System Red Green Blue C M Y K H S L
Decimal 181 26 20 0 0.86 0.89 0.29 2.24 0.8 0.39
Hex B5 1A 14 0 56 59 1D 2 50 27
Octal 265 32 24 0 126 131 35 2 120 47
Binary 10110101 11010 10100 0 1010110 1011001 11101 10 1010000 100111

Color Harmonies of #B51A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B51A14

Black with #B51A14

Text Example


Text Example

White with #B51A14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B51A14; }

 p { color: rgb(181,26,20); }

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

background-color css

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

 a { background-color: rgb(181,26,20); }

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

border-color css

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

 span { border-color: rgb(181,26,20); }

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