Html Css Color HEX #B3271F Fire Brick

📋 copy color: '#B3271F'

red 179 ◦ green 39 ◦ blue 31

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

Shades of Fire Brick #B3271F

Tints of Fire Brick #B3271F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15.66%

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

R = 71.89%
G = 15.66%
B = 12.45%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.83

 K value IS 0.30

RGB Variations

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

Color information

#B3271F (or 0xB3271F) is known color: Fire Brick. HEX triplet: B3, 27 and 1F. RGB value is (179,39,31). Sum of RGB (Red+Green+Blue) = 179+39+31=249 (32% of max value = 765). Red value is 179 (70.31% from 255 or 71.89% from 249); Green value is 39 (15.62% from 255 or 15.66% from 249); Blue value is 31 (12.5% from 255 or 12.45% from 249); Max value from RGB is 179 - color contains mainly: red. Hex color #B3271F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3271F is #4CD8E0. Grayscale: #505050. Windows color (decimal): -5036257 or 2041779. OLE color: 2041779.

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

Color convert

RGB 179 39 31 -
CMYK 0 0.78 0.83 0.30
HSL 3.24º 0.7% 0.41% -
HSV(B) 3.24º 0.83% 0.7% -
XYZ 19.56 11.13 2.41 -
YUV 79.95 100.38 198.65 -
System Red Green Blue C M Y K H S L
Decimal 179 39 31 0 0.78 0.83 0.30 3.24 0.7 0.41
Hex B3 27 1F 0 4E 53 1E 3 46 29
Octal 263 47 37 0 116 123 36 3 106 51
Binary 10110011 100111 11111 0 1001110 1010011 11110 11 1000110 101001

Color Harmonies of #B3271F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3271F

Black with #B3271F

Text Example


Text Example

White with #B3271F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3271F; }

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

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

background-color css

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

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

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

border-color css

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

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

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