Html Css Color HEX #B51E15 Fire Brick

📋 copy color: '#B51E15'

red 181 ◦ green 30 ◦ blue 21

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

Shades of Fire Brick #B51E15

Tints of Fire Brick #B51E15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 9.05%

R = 78.02%
G = 12.93%
B = 9.05%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.88

 K value IS 0.29

RGB Variations

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

Color information

#B51E15 (or 0xB51E15) is known color: Fire Brick. HEX triplet: B5, 1E and 15. RGB value is (181,30,21). Sum of RGB (Red+Green+Blue) = 181+30+21=232 (30% of max value = 765). Red value is 181 (71.09% from 255 or 78.02% from 232); Green value is 30 (12.11% from 255 or 12.93% from 232); Blue value is 21 (8.59% from 255 or 9.05% from 232); Max value from RGB is 181 - color contains mainly: red. Hex color #B51E15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B51E15 is #4AE1EA. Grayscale: #4A4A4A. Windows color (decimal): -4907499 or 1384117. OLE color: 1384117.

HSL color Cylindrical-coordinate representation of color #B51E15: hue angle of 3.38º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B51E15 is Cyan = 0, Magento = 0.83, Yellow = 0.88 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 30 21 -
CMYK 0 0.83 0.88 0.29
HSL 3.38º 0.79% 0.4% -
HSV(B) 3.38º 0.88% 0.71% -
XYZ 19.66 10.81 1.76 -
YUV 74.12 98.03 204.23 -
System Red Green Blue C M Y K H S L
Decimal 181 30 21 0 0.83 0.88 0.29 3.38 0.79 0.4
Hex B5 1E 15 0 53 58 1D 3 4F 28
Octal 265 36 25 0 123 130 35 3 117 50
Binary 10110101 11110 10101 0 1010011 1011000 11101 11 1001111 101000

Color Harmonies of #B51E15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B51E15

Black with #B51E15

Text Example


Text Example

White with #B51E15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B51E15; }

 p { color: rgb(181,30,21); }

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

background-color css

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

 a { background-color: rgb(181,30,21); }

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

border-color css

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

 span { border-color: rgb(181,30,21); }

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