Html Css Color HEX #B4311A Fire Brick

📋 copy color: '#B4311A'

red 180 ◦ green 49 ◦ blue 26

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

Shades of Fire Brick #B4311A

Tints of Fire Brick #B4311A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 10.2%

R = 70.59%
G = 19.22%
B = 10.2%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.86

 K value IS 0.29

RGB Variations

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

Color information

#B4311A (or 0xB4311A) is known color: Fire Brick. HEX triplet: B4, 31 and 1A. RGB value is (180,49,26). Sum of RGB (Red+Green+Blue) = 180+49+26=255 (33% of max value = 765). Red value is 180 (70.70% from 255 or 70.59% from 255); Green value is 49 (19.53% from 255 or 19.22% from 255); Blue value is 26 (10.55% from 255 or 10.20% from 255); Max value from RGB is 180 - color contains mainly: red. Hex color #B4311A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4311A is #4BCEE5. Grayscale: #555555. Windows color (decimal): -4968166 or 1716660. OLE color: 1716660.

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

Color convert

RGB 180 49 26 -
CMYK 0 0.73 0.86 0.29
HSL 8.96º 0.75% 0.4% -
HSV(B) 8.96º 0.86% 0.71% -
XYZ 20.11 11.97 2.23 -
YUV 85.55 94.4 195.37 -
System Red Green Blue C M Y K H S L
Decimal 180 49 26 0 0.73 0.86 0.29 8.96 0.75 0.4
Hex B4 31 1A 0 49 56 1D 9 4B 28
Octal 264 61 32 0 111 126 35 11 113 50
Binary 10110100 110001 11010 0 1001001 1010110 11101 1001 1001011 101000

Color Harmonies of #B4311A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4311A

Black with #B4311A

Text Example


Text Example

White with #B4311A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4311A; }

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

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

background-color css

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

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

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

border-color css

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

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

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