Html Css Color HEX #B4311B Fire Brick

📋 copy color: '#B4311B'

red 180 ◦ green 49 ◦ blue 27

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

Shades of Fire Brick #B4311B

Tints of Fire Brick #B4311B

RGB

 RED value IS 180 (70.7% from 255) = 70.31%

 GREEN value IS 49 (19.53% from 255) = 19.14%

 BLUE value IS 27 (10.94% from 255) = 10.55%

R = 70.31%
G = 19.14%
B = 10.55%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.85

 K value IS 0.29

RGB Variations

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

Color information

#B4311B (or 0xB4311B) is known color: Fire Brick. HEX triplet: B4, 31 and 1B. RGB value is (180,49,27). Sum of RGB (Red+Green+Blue) = 180+49+27=256 (33% of max value = 765). Red value is 180 (70.70% from 255 or 70.31% from 256); Green value is 49 (19.53% from 255 or 19.14% from 256); Blue value is 27 (10.94% from 255 or 10.55% from 256); Max value from RGB is 180 - color contains mainly: red. Hex color #B4311B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4311B is #4BCEE4. Grayscale: #555555. Windows color (decimal): -4968165 or 1782196. OLE color: 1782196.

HSL color Cylindrical-coordinate representation of color #B4311B: hue angle of 8.63º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B4311B is Cyan = 0, Magento = 0.73, Yellow = 0.85 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 49 27 -
CMYK 0 0.73 0.85 0.29
HSL 8.63º 0.74% 0.41% -
HSV(B) 8.63º 0.85% 0.71% -
XYZ 20.12 11.98 2.29 -
YUV 85.66 94.9 195.29 -
System Red Green Blue C M Y K H S L
Decimal 180 49 27 0 0.73 0.85 0.29 8.63 0.74 0.41
Hex B4 31 1B 0 49 55 1D 9 4A 29
Octal 264 61 33 0 111 125 35 11 112 51
Binary 10110100 110001 11011 0 1001001 1010101 11101 1001 1001010 101001

Color Harmonies of #B4311B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4311B

Black with #B4311B

Text Example


Text Example

White with #B4311B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4311B; }

 p { color: rgb(180,49,27); }

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

background-color css

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

 a { background-color: rgb(180,49,27); }

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

border-color css

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

 span { border-color: rgb(180,49,27); }

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