Html Css Color HEX #B0341F Fire Brick

📋 copy color: '#B0341F'

red 176 ◦ green 52 ◦ blue 31

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

Shades of Fire Brick #B0341F

Tints of Fire Brick #B0341F

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20.08%

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

R = 67.95%
G = 20.08%
B = 11.97%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#B0341F (or 0xB0341F) is known color: Fire Brick. HEX triplet: B0, 34 and 1F. RGB value is (176,52,31). Sum of RGB (Red+Green+Blue) = 176+52+31=259 (34% of max value = 765). Red value is 176 (69.14% from 255 or 67.95% from 259); Green value is 52 (20.70% from 255 or 20.08% from 259); Blue value is 31 (12.5% from 255 or 11.97% from 259); Max value from RGB is 176 - color contains mainly: red. Hex color #B0341F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0341F is #4FCBE0. Grayscale: #565656. Windows color (decimal): -5229537 or 2045104. OLE color: 2045104.

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

Color convert

RGB 176 52 31 -
CMYK 0 0.70 0.82 0.31
HSL 8.69º 0.7% 0.41% -
HSV(B) 8.69º 0.82% 0.69% -
XYZ 19.38 11.79 2.55 -
YUV 86.68 96.58 191.71 -
System Red Green Blue C M Y K H S L
Decimal 176 52 31 0 0.70 0.82 0.31 8.69 0.7 0.41
Hex B0 34 1F 0 46 52 1F 9 46 29
Octal 260 64 37 0 106 122 37 11 106 51
Binary 10110000 110100 11111 0 1000110 1010010 11111 1001 1000110 101001

Color Harmonies of #B0341F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0341F

Black with #B0341F

Text Example


Text Example

White with #B0341F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0341F; }

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

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

background-color css

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

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

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

border-color css

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

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

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