Html Css Color HEX #B3231F Fire Brick

📋 copy color: '#B3231F'

red 179 ◦ green 35 ◦ blue 31

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

Shades of Fire Brick #B3231F

Tints of Fire Brick #B3231F

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.29%

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

R = 73.06%
G = 14.29%
B = 12.65%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.83

 K value IS 0.30

RGB Variations

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

Color information

#B3231F (or 0xB3231F) is known color: Fire Brick. HEX triplet: B3, 23 and 1F. RGB value is (179,35,31). Sum of RGB (Red+Green+Blue) = 179+35+31=245 (32% of max value = 765). Red value is 179 (70.31% from 255 or 73.06% from 245); Green value is 35 (14.06% from 255 or 14.29% from 245); Blue value is 31 (12.5% from 255 or 12.65% from 245); Max value from RGB is 179 - color contains mainly: red. Hex color #B3231F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3231F is #4CDCE0. Grayscale: #4D4D4D. Windows color (decimal): -5037281 or 2040755. OLE color: 2040755.

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

Color convert

RGB 179 35 31 -
CMYK 0 0.80 0.83 0.30
HSL 1.62º 0.7% 0.41% -
HSV(B) 1.62º 0.83% 0.7% -
XYZ 19.44 10.88 2.37 -
YUV 77.6 101.71 200.33 -
System Red Green Blue C M Y K H S L
Decimal 179 35 31 0 0.80 0.83 0.30 1.62 0.7 0.41
Hex B3 23 1F 0 50 53 1E 2 46 29
Octal 263 43 37 0 120 123 36 2 106 51
Binary 10110011 100011 11111 0 1010000 1010011 11110 10 1000110 101001

Color Harmonies of #B3231F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3231F

Black with #B3231F

Text Example


Text Example

White with #B3231F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3231F; }

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

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

background-color css

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

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

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

border-color css

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

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

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