Html Css Color HEX #B51F0F Fire Brick

📋 copy color: '#B51F0F'

red 181 ◦ green 31 ◦ blue 15

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

Shades of Fire Brick #B51F0F

Tints of Fire Brick #B51F0F

RGB

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

 GREEN value IS 31 (12.5% from 255) = 13.66%

 BLUE value IS 15 (6.25% from 255) = 6.61%

R = 79.74%
G = 13.66%
B = 6.61%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.92

 K value IS 0.29

RGB Variations

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

Color information

#B51F0F (or 0xB51F0F) is known color: Fire Brick. HEX triplet: B5, 1F and 0F. RGB value is (181,31,15). Sum of RGB (Red+Green+Blue) = 181+31+15=227 (30% of max value = 765). Red value is 181 (71.09% from 255 or 79.74% from 227); Green value is 31 (12.5% from 255 or 13.66% from 227); Blue value is 15 (6.25% from 255 or 6.61% from 227); Max value from RGB is 181 - color contains mainly: red. Hex color #B51F0F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B51F0F is #4AE0F0. Grayscale: #4A4A4A. Windows color (decimal): -4907249 or 991157. OLE color: 991157.

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

Color convert

RGB 181 31 15 -
CMYK 0 0.83 0.92 0.29
HSL 5.78º 0.85% 0.38% -
HSV(B) 5.78º 0.92% 0.71% -
XYZ 19.63 10.84 1.51 -
YUV 74.03 94.7 204.3 -
System Red Green Blue C M Y K H S L
Decimal 181 31 15 0 0.83 0.92 0.29 5.78 0.85 0.38
Hex B5 1F F 0 53 5C 1D 6 55 26
Octal 265 37 17 0 123 134 35 6 125 46
Binary 10110101 11111 1111 0 1010011 1011100 11101 110 1010101 100110

Color Harmonies of #B51F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B51F0F

Black with #B51F0F

Text Example


Text Example

White with #B51F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B51F0F; }

 p { color: rgb(181,31,15); }

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

background-color css

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

 a { background-color: rgb(181,31,15); }

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

border-color css

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

 span { border-color: rgb(181,31,15); }

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