Html Css Color HEX #B51C05 Fire Brick

📋 copy color: '#B51C05'

red 181 ◦ green 28 ◦ blue 5

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

Shades of Fire Brick #B51C05

Tints of Fire Brick #B51C05

RGB

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

 GREEN value IS 28 (11.33% from 255) = 13.08%

 BLUE value IS 5 (2.34% from 255) = 2.34%

R = 84.58%
G = 13.08%
B = 2.34%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.97

 K value IS 0.29

RGB Variations

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

Color information

#B51C05 (or 0xB51C05) is known color: Fire Brick. HEX triplet: B5, 1C and 05. RGB value is (181,28,5). Sum of RGB (Red+Green+Blue) = 181+28+5=214 (28% of max value = 765). Red value is 181 (71.09% from 255 or 84.58% from 214); Green value is 28 (11.33% from 255 or 13.08% from 214); Blue value is 5 (2.34% from 255 or 2.34% from 214); Max value from RGB is 181 - color contains mainly: red. Hex color #B51C05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B51C05 is #4AE3FA. Grayscale: #474747. Windows color (decimal): -4908027 or 335029. OLE color: 335029.

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

Color convert

RGB 181 28 5 -
CMYK 0 0.85 0.97 0.29
HSL 7.84º 0.95% 0.36% -
HSV(B) 7.84º 0.97% 0.71% -
XYZ 19.5 10.67 1.17 -
YUV 71.13 90.69 206.37 -
System Red Green Blue C M Y K H S L
Decimal 181 28 5 0 0.85 0.97 0.29 7.84 0.95 0.36
Hex B5 1C 5 0 55 61 1D 8 5F 24
Octal 265 34 5 0 125 141 35 10 137 44
Binary 10110101 11100 101 0 1010101 1100001 11101 1000 1011111 100100

Color Harmonies of #B51C05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B51C05

Black with #B51C05

Text Example


Text Example

White with #B51C05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B51C05; }

 p { color: rgb(181,28,5); }

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

background-color css

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

 a { background-color: rgb(181,28,5); }

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

border-color css

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

 span { border-color: rgb(181,28,5); }

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