Html Css Color HEX #B0331F Fire Brick

📋 copy color: '#B0331F'

red 176 ◦ green 51 ◦ blue 31

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

Shades of Fire Brick #B0331F

Tints of Fire Brick #B0331F

RGB

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

 GREEN value IS 51 (20.31% from 255) = 19.77%

 BLUE value IS 31 (12.5% from 255) = 12.02%

R = 68.22%
G = 19.77%
B = 12.02%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#B0331F (or 0xB0331F) is known color: Fire Brick. HEX triplet: B0, 33 and 1F. RGB value is (176,51,31). Sum of RGB (Red+Green+Blue) = 176+51+31=258 (34% of max value = 765). Red value is 176 (69.14% from 255 or 68.22% from 258); Green value is 51 (20.31% from 255 or 19.77% from 258); Blue value is 31 (12.5% from 255 or 12.02% from 258); Max value from RGB is 176 - color contains mainly: red. Hex color #B0331F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0331F is #4FCCE0. Grayscale: #565656. Windows color (decimal): -5229793 or 2044848. OLE color: 2044848.

HSL color Cylindrical-coordinate representation of color #B0331F: hue angle of 8.28º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B0331F is Cyan = 0, Magento = 0.71, Yellow = 0.82 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 51 31 -
CMYK 0 0.71 0.82 0.31
HSL 8.28º 0.7% 0.41% -
HSV(B) 8.28º 0.82% 0.69% -
XYZ 19.34 11.7 2.53 -
YUV 86.1 96.91 192.13 -
System Red Green Blue C M Y K H S L
Decimal 176 51 31 0 0.71 0.82 0.31 8.28 0.7 0.41
Hex B0 33 1F 0 47 52 1F 8 46 29
Octal 260 63 37 0 107 122 37 10 106 51
Binary 10110000 110011 11111 0 1000111 1010010 11111 1000 1000110 101001

Color Harmonies of #B0331F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0331F

Black with #B0331F

Text Example


Text Example

White with #B0331F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0331F; }

 p { color: rgb(176,51,31); }

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

background-color css

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

 a { background-color: rgb(176,51,31); }

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

border-color css

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

 span { border-color: rgb(176,51,31); }

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