Html Css Color HEX #B3351F Fire Brick

📋 copy color: '#B3351F'

red 179 ◦ green 53 ◦ blue 31

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

Shades of Fire Brick #B3351F

Tints of Fire Brick #B3351F

RGB

 RED value IS 179 (70.31% from 255) = 68.06%

 GREEN value IS 53 (21.09% from 255) = 20.15%

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

R = 68.06%
G = 20.15%
B = 11.79%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.83

 K value IS 0.30

RGB Variations

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

Color information

#B3351F (or 0xB3351F) is known color: Fire Brick. HEX triplet: B3, 35 and 1F. RGB value is (179,53,31). Sum of RGB (Red+Green+Blue) = 179+53+31=263 (34% of max value = 765). Red value is 179 (70.31% from 255 or 68.06% from 263); Green value is 53 (21.09% from 255 or 20.15% from 263); Blue value is 31 (12.5% from 255 or 11.79% from 263); Max value from RGB is 179 - color contains mainly: red. Hex color #B3351F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3351F is #4CCAE0. Grayscale: #585858. Windows color (decimal): -5032673 or 2045363. OLE color: 2045363.

HSL color Cylindrical-coordinate representation of color #B3351F: hue angle of 8.92º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B3351F is Cyan = 0, Magento = 0.70, Yellow = 0.83 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 53 31 -
CMYK 0 0.70 0.83 0.30
HSL 8.92º 0.7% 0.41% -
HSV(B) 8.92º 0.83% 0.7% -
XYZ 20.11 12.23 2.6 -
YUV 88.17 95.74 192.79 -
System Red Green Blue C M Y K H S L
Decimal 179 53 31 0 0.70 0.83 0.30 8.92 0.7 0.41
Hex B3 35 1F 0 46 53 1E 9 46 29
Octal 263 65 37 0 106 123 36 11 106 51
Binary 10110011 110101 11111 0 1000110 1010011 11110 1001 1000110 101001

Color Harmonies of #B3351F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3351F

Black with #B3351F

Text Example


Text Example

White with #B3351F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3351F; }

 p { color: rgb(179,53,31); }

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

background-color css

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

 a { background-color: rgb(179,53,31); }

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

border-color css

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

 span { border-color: rgb(179,53,31); }

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