Html Css Color HEX #B51510 Fire Brick

📋 copy color: '#B51510'

red 181 ◦ green 21 ◦ blue 16

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

Shades of Fire Brick #B51510

Tints of Fire Brick #B51510

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.63%

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

R = 83.03%
G = 9.63%
B = 7.34%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.91

 K value IS 0.29

RGB Variations

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

Color information

#B51510 (or 0xB51510) is known color: Fire Brick. HEX triplet: B5, 15 and 10. RGB value is (181,21,16). Sum of RGB (Red+Green+Blue) = 181+21+16=218 (28% of max value = 765). Red value is 181 (71.09% from 255 or 83.03% from 218); Green value is 21 (8.59% from 255 or 9.63% from 218); Blue value is 16 (6.64% from 255 or 7.34% from 218); Max value from RGB is 181 - color contains mainly: red. Hex color #B51510 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B51510 is #4AEAEF. Grayscale: #444444. Windows color (decimal): -4909808 or 1054133. OLE color: 1054133.

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

Color convert

RGB 181 21 16 -
CMYK 0 0.88 0.91 0.29
HSL 1.82º 0.84% 0.39% -
HSV(B) 1.82º 0.91% 0.71% -
XYZ 19.42 10.4 1.47 -
YUV 68.27 98.51 208.41 -
System Red Green Blue C M Y K H S L
Decimal 181 21 16 0 0.88 0.91 0.29 1.82 0.84 0.39
Hex B5 15 10 0 58 5B 1D 2 54 27
Octal 265 25 20 0 130 133 35 2 124 47
Binary 10110101 10101 10000 0 1011000 1011011 11101 10 1010100 100111

Color Harmonies of #B51510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B51510

Black with #B51510

Text Example


Text Example

White with #B51510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B51510; }

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

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

background-color css

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

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

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

border-color css

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

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

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