Html Css Color HEX #B4150B Fire Brick

📋 copy color: '#B4150B'

red 180 ◦ green 21 ◦ blue 11

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

Shades of Fire Brick #B4150B

Tints of Fire Brick #B4150B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.91%

 BLUE value IS 11 (4.69% from 255) = 5.19%

R = 84.91%
G = 9.91%
B = 5.19%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.94

 K value IS 0.29

RGB Variations

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

Color information

#B4150B (or 0xB4150B) is known color: Fire Brick. HEX triplet: B4, 15 and 0B. RGB value is (180,21,11). Sum of RGB (Red+Green+Blue) = 180+21+11=212 (28% of max value = 765). Red value is 180 (70.70% from 255 or 84.91% from 212); Green value is 21 (8.59% from 255 or 9.91% from 212); Blue value is 11 (4.69% from 255 or 5.19% from 212); Max value from RGB is 180 - color contains mainly: red. Hex color #B4150B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B4150B is #4BEAF4. Grayscale: #434343. Windows color (decimal): -4975349 or 726452. OLE color: 726452.

HSL color Cylindrical-coordinate representation of color #B4150B: hue angle of 3.55º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B4150B is Cyan = 0, Magento = 0.88, Yellow = 0.94 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 21 11 -
CMYK 0 0.88 0.94 0.29
HSL 3.55º 0.88% 0.37% -
HSV(B) 3.55º 0.94% 0.71% -
XYZ 19.15 10.26 1.29 -
YUV 67.4 96.18 208.31 -
System Red Green Blue C M Y K H S L
Decimal 180 21 11 0 0.88 0.94 0.29 3.55 0.88 0.37
Hex B4 15 B 0 58 5E 1D 4 58 25
Octal 264 25 13 0 130 136 35 4 130 45
Binary 10110100 10101 1011 0 1011000 1011110 11101 100 1011000 100101

Color Harmonies of #B4150B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4150B

Black with #B4150B

Text Example


Text Example

White with #B4150B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4150B; }

 p { color: rgb(180,21,11); }

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

background-color css

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

 a { background-color: rgb(180,21,11); }

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

border-color css

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

 span { border-color: rgb(180,21,11); }

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