Html Css Color HEX #B51C10 Fire Brick

📋 copy color: '#B51C10'

red 181 ◦ green 28 ◦ blue 16

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

Shades of Fire Brick #B51C10

Tints of Fire Brick #B51C10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 7.11%

R = 80.44%
G = 12.44%
B = 7.11%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.91

 K value IS 0.29

RGB Variations

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

Color information

#B51C10 (or 0xB51C10) is known color: Fire Brick. HEX triplet: B5, 1C and 10. RGB value is (181,28,16). Sum of RGB (Red+Green+Blue) = 181+28+16=225 (29% of max value = 765). Red value is 181 (71.09% from 255 or 80.44% from 225); Green value is 28 (11.33% from 255 or 12.44% from 225); Blue value is 16 (6.64% from 255 or 7.11% from 225); Max value from RGB is 181 - color contains mainly: red. Hex color #B51C10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B51C10 is #4AE3EF. Grayscale: #484848. Windows color (decimal): -4908016 or 1055925. OLE color: 1055925.

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

Color convert

RGB 181 28 16 -
CMYK 0 0.85 0.91 0.29
HSL 4.36º 0.84% 0.39% -
HSV(B) 4.36º 0.91% 0.71% -
XYZ 19.56 10.69 1.52 -
YUV 72.38 96.19 205.48 -
System Red Green Blue C M Y K H S L
Decimal 181 28 16 0 0.85 0.91 0.29 4.36 0.84 0.39
Hex B5 1C 10 0 55 5B 1D 4 54 27
Octal 265 34 20 0 125 133 35 4 124 47
Binary 10110101 11100 10000 0 1010101 1011011 11101 100 1010100 100111

Color Harmonies of #B51C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B51C10

Black with #B51C10

Text Example


Text Example

White with #B51C10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B51C10; }

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

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

background-color css

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

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

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

border-color css

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

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

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