Html Css Color HEX #B0130D Fire Brick

📋 copy color: '#B0130D'

red 176 ◦ green 19 ◦ blue 13

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

Shades of Fire Brick #B0130D

Tints of Fire Brick #B0130D

RGB

 RED value IS 176 (69.14% from 255) = 84.62%

 GREEN value IS 19 (7.81% from 255) = 9.13%

 BLUE value IS 13 (5.47% from 255) = 6.25%

R = 84.62%
G = 9.13%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#B0130D (or 0xB0130D) is known color: Fire Brick. HEX triplet: B0, 13 and 0D. RGB value is (176,19,13). Sum of RGB (Red+Green+Blue) = 176+19+13=208 (27% of max value = 765). Red value is 176 (69.14% from 255 or 84.62% from 208); Green value is 19 (7.81% from 255 or 9.13% from 208); Blue value is 13 (5.47% from 255 or 6.25% from 208); Max value from RGB is 176 - color contains mainly: red. Hex color #B0130D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B0130D is #4FECF2. Grayscale: #414141. Windows color (decimal): -5238003 or 857008. OLE color: 857008.

HSL color Cylindrical-coordinate representation of color #B0130D: hue angle of 2.21º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B0130D is Cyan = 0, Magento = 0.89, Yellow = 0.93 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 19 13 -
CMYK 0 0.89 0.93 0.31
HSL 2.21º 0.86% 0.37% -
HSV(B) 2.21º 0.93% 0.69% -
XYZ 18.21 9.72 1.3 -
YUV 65.26 98.51 206.99 -
System Red Green Blue C M Y K H S L
Decimal 176 19 13 0 0.89 0.93 0.31 2.21 0.86 0.37
Hex B0 13 D 0 59 5D 1F 2 56 25
Octal 260 23 15 0 131 135 37 2 126 45
Binary 10110000 10011 1101 0 1011001 1011101 11111 10 1010110 100101

Color Harmonies of #B0130D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0130D

Black with #B0130D

Text Example


Text Example

White with #B0130D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0130D; }

 p { color: rgb(176,19,13); }

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

background-color css

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

 a { background-color: rgb(176,19,13); }

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

border-color css

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

 span { border-color: rgb(176,19,13); }

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