Html Css Color HEX #B51C16 Fire Brick

📋 copy color: '#B51C16'

red 181 ◦ green 28 ◦ blue 22

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

Shades of Fire Brick #B51C16

Tints of Fire Brick #B51C16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 9.52%

R = 78.35%
G = 12.12%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.88

 K value IS 0.29

RGB Variations

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

Color information

#B51C16 (or 0xB51C16) is known color: Fire Brick. HEX triplet: B5, 1C and 16. RGB value is (181,28,22). Sum of RGB (Red+Green+Blue) = 181+28+22=231 (30% of max value = 765). Red value is 181 (71.09% from 255 or 78.35% from 231); Green value is 28 (11.33% from 255 or 12.12% from 231); Blue value is 22 (8.98% from 255 or 9.52% from 231); Max value from RGB is 181 - color contains mainly: red. Hex color #B51C16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B51C16 is #4AE3E9. Grayscale: #494949. Windows color (decimal): -4908010 or 1449141. OLE color: 1449141.

HSL color Cylindrical-coordinate representation of color #B51C16: hue angle of 2.26º degrees, saturation: 0.78, 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 #B51C16 is Cyan = 0, Magento = 0.85, Yellow = 0.88 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 28 22 -
CMYK 0 0.85 0.88 0.29
HSL 2.26º 0.78% 0.4% -
HSV(B) 2.26º 0.88% 0.71% -
XYZ 19.62 10.71 1.79 -
YUV 73.06 99.19 204.99 -
System Red Green Blue C M Y K H S L
Decimal 181 28 22 0 0.85 0.88 0.29 2.26 0.78 0.4
Hex B5 1C 16 0 55 58 1D 2 4E 28
Octal 265 34 26 0 125 130 35 2 116 50
Binary 10110101 11100 10110 0 1010101 1011000 11101 10 1001110 101000

Color Harmonies of #B51C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B51C16

Black with #B51C16

Text Example


Text Example

White with #B51C16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B51C16; }

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

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

background-color css

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

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

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

border-color css

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

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

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