Html Css Color HEX #B4301B Fire Brick

📋 copy color: '#B4301B'

red 180 ◦ green 48 ◦ blue 27

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

Shades of Fire Brick #B4301B

Tints of Fire Brick #B4301B

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.82%

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

R = 70.59%
G = 18.82%
B = 10.59%

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

#B4301B (or 0xB4301B) is known color: Fire Brick. HEX triplet: B4, 30 and 1B. RGB value is (180,48,27). Sum of RGB (Red+Green+Blue) = 180+48+27=255 (33% of max value = 765). Red value is 180 (70.70% from 255 or 70.59% from 255); Green value is 48 (19.14% from 255 or 18.82% from 255); Blue value is 27 (10.94% from 255 or 10.59% from 255); Max value from RGB is 180 - color contains mainly: red. Hex color #B4301B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4301B is #4BCFE4. Grayscale: #555555. Windows color (decimal): -4968421 or 1781940. OLE color: 1781940.

HSL color Cylindrical-coordinate representation of color #B4301B: hue angle of 8.24º 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 #B4301B is Cyan = 0, Magento = 0.73, Yellow = 0.85 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 48 27 -
CMYK 0 0.73 0.85 0.29
HSL 8.24º 0.74% 0.41% -
HSV(B) 8.24º 0.85% 0.71% -
XYZ 20.08 11.9 2.27 -
YUV 85.07 95.23 195.71 -
System Red Green Blue C M Y K H S L
Decimal 180 48 27 0 0.73 0.85 0.29 8.24 0.74 0.41
Hex B4 30 1B 0 49 55 1D 8 4A 29
Octal 264 60 33 0 111 125 35 10 112 51
Binary 10110100 110000 11011 0 1001001 1010101 11101 1000 1001010 101001

Color Harmonies of #B4301B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4301B

Black with #B4301B

Text Example


Text Example

White with #B4301B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4301B; }

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

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

background-color css

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

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

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

border-color css

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

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

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