Html Css Color HEX #B51E08 Fire Brick

📋 copy color: '#B51E08'

red 181 ◦ green 30 ◦ blue 8

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

Shades of Fire Brick #B51E08

Tints of Fire Brick #B51E08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.65%

R = 82.65%
G = 13.7%
B = 3.65%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.96

 K value IS 0.29

RGB Variations

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

Color information

#B51E08 (or 0xB51E08) is known color: Fire Brick. HEX triplet: B5, 1E and 08. RGB value is (181,30,8). Sum of RGB (Red+Green+Blue) = 181+30+8=219 (29% of max value = 765). Red value is 181 (71.09% from 255 or 82.65% from 219); Green value is 30 (12.11% from 255 or 13.70% from 219); Blue value is 8 (3.52% from 255 or 3.65% from 219); Max value from RGB is 181 - color contains mainly: red. Hex color #B51E08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B51E08 is #4AE1F7. Grayscale: #484848. Windows color (decimal): -4907512 or 532149. OLE color: 532149.

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

Color convert

RGB 181 30 8 -
CMYK 0 0.83 0.96 0.29
HSL 7.63º 0.92% 0.37% -
HSV(B) 7.63º 0.96% 0.71% -
XYZ 19.56 10.77 1.28 -
YUV 72.64 91.53 205.29 -
System Red Green Blue C M Y K H S L
Decimal 181 30 8 0 0.83 0.96 0.29 7.63 0.92 0.37
Hex B5 1E 8 0 53 60 1D 8 5C 25
Octal 265 36 10 0 123 140 35 10 134 45
Binary 10110101 11110 1000 0 1010011 1100000 11101 1000 1011100 100101

Color Harmonies of #B51E08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B51E08

Black with #B51E08

Text Example


Text Example

White with #B51E08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B51E08; }

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

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

background-color css

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

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

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

border-color css

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

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

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