Html Css Color HEX #B3301F Fire Brick

📋 copy color: '#B3301F'

red 179 ◦ green 48 ◦ blue 31

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

Shades of Fire Brick #B3301F

Tints of Fire Brick #B3301F

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.6%

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

R = 69.38%
G = 18.6%
B = 12.02%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.83

 K value IS 0.30

RGB Variations

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

Color information

#B3301F (or 0xB3301F) is known color: Fire Brick. HEX triplet: B3, 30 and 1F. RGB value is (179,48,31). Sum of RGB (Red+Green+Blue) = 179+48+31=258 (34% of max value = 765). Red value is 179 (70.31% from 255 or 69.38% from 258); Green value is 48 (19.14% from 255 or 18.60% from 258); Blue value is 31 (12.5% from 255 or 12.02% from 258); Max value from RGB is 179 - color contains mainly: red. Hex color #B3301F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3301F is #4CCFE0. Grayscale: #555555. Windows color (decimal): -5033953 or 2044083. OLE color: 2044083.

HSL color Cylindrical-coordinate representation of color #B3301F: hue angle of 6.89º 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 #B3301F is Cyan = 0, Magento = 0.73, Yellow = 0.83 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 48 31 -
CMYK 0 0.73 0.83 0.30
HSL 6.89º 0.7% 0.41% -
HSV(B) 6.89º 0.83% 0.7% -
XYZ 19.89 11.8 2.52 -
YUV 85.23 97.4 194.88 -
System Red Green Blue C M Y K H S L
Decimal 179 48 31 0 0.73 0.83 0.30 6.89 0.7 0.41
Hex B3 30 1F 0 49 53 1E 7 46 29
Octal 263 60 37 0 111 123 36 7 106 51
Binary 10110011 110000 11111 0 1001001 1010011 11110 111 1000110 101001

Color Harmonies of #B3301F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3301F

Black with #B3301F

Text Example


Text Example

White with #B3301F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3301F; }

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

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

background-color css

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

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

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

border-color css

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

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

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