Html Css Color HEX #B3331F Fire Brick

📋 copy color: '#B3331F'

red 179 ◦ green 51 ◦ blue 31

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

Shades of Fire Brick #B3331F

Tints of Fire Brick #B3331F

RGB

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

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

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

R = 68.58%
G = 19.54%
B = 11.88%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.83

 K value IS 0.30

RGB Variations

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

Color information

#B3331F (or 0xB3331F) is known color: Fire Brick. HEX triplet: B3, 33 and 1F. RGB value is (179,51,31). Sum of RGB (Red+Green+Blue) = 179+51+31=261 (34% of max value = 765). Red value is 179 (70.31% from 255 or 68.58% from 261); Green value is 51 (20.31% from 255 or 19.54% from 261); Blue value is 31 (12.5% from 255 or 11.88% from 261); Max value from RGB is 179 - color contains mainly: red. Hex color #B3331F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3331F is #4CCCE0. Grayscale: #575757. Windows color (decimal): -5033185 or 2044851. OLE color: 2044851.

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

Color convert

RGB 179 51 31 -
CMYK 0 0.72 0.83 0.30
HSL 8.11º 0.7% 0.41% -
HSV(B) 8.11º 0.83% 0.7% -
XYZ 20.02 12.05 2.57 -
YUV 86.99 96.41 193.63 -
System Red Green Blue C M Y K H S L
Decimal 179 51 31 0 0.72 0.83 0.30 8.11 0.7 0.41
Hex B3 33 1F 0 48 53 1E 8 46 29
Octal 263 63 37 0 110 123 36 10 106 51
Binary 10110011 110011 11111 0 1001000 1010011 11110 1000 1000110 101001

Color Harmonies of #B3331F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3331F

Black with #B3331F

Text Example


Text Example

White with #B3331F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3331F; }

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

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

background-color css

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

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

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

border-color css

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

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

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