Html Css Color HEX #B0160D Fire Brick

📋 copy color: '#B0160D'

red 176 ◦ green 22 ◦ blue 13

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

Shades of Fire Brick #B0160D

Tints of Fire Brick #B0160D

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.43%

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

R = 83.41%
G = 10.43%
B = 6.16%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#B0160D (or 0xB0160D) is known color: Fire Brick. HEX triplet: B0, 16 and 0D. RGB value is (176,22,13). Sum of RGB (Red+Green+Blue) = 176+22+13=211 (27% of max value = 765). Red value is 176 (69.14% from 255 or 83.41% from 211); Green value is 22 (8.98% from 255 or 10.43% from 211); Blue value is 13 (5.47% from 255 or 6.16% from 211); Max value from RGB is 176 - color contains mainly: red. Hex color #B0160D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B0160D is #4FE9F2. Grayscale: #434343. Windows color (decimal): -5237235 or 857776. OLE color: 857776.

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

Color convert

RGB 176 22 13 -
CMYK 0 0.88 0.93 0.31
HSL 3.31º 0.86% 0.37% -
HSV(B) 3.31º 0.93% 0.69% -
XYZ 18.26 9.83 1.32 -
YUV 67.02 97.52 205.73 -
System Red Green Blue C M Y K H S L
Decimal 176 22 13 0 0.88 0.93 0.31 3.31 0.86 0.37
Hex B0 16 D 0 58 5D 1F 3 56 25
Octal 260 26 15 0 130 135 37 3 126 45
Binary 10110000 10110 1101 0 1011000 1011101 11111 11 1010110 100101

Color Harmonies of #B0160D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0160D

Black with #B0160D

Text Example


Text Example

White with #B0160D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0160D; }

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

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

background-color css

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

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

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

border-color css

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

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

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