Html Css Color HEX #B4150C Fire Brick

📋 copy color: '#B4150C'

red 180 ◦ green 21 ◦ blue 12

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

Shades of Fire Brick #B4150C

Tints of Fire Brick #B4150C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.63%

R = 84.51%
G = 9.86%
B = 5.63%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.93

 K value IS 0.29

RGB Variations

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

Color information

#B4150C (or 0xB4150C) is known color: Fire Brick. HEX triplet: B4, 15 and 0C. RGB value is (180,21,12). Sum of RGB (Red+Green+Blue) = 180+21+12=213 (28% of max value = 765). Red value is 180 (70.70% from 255 or 84.51% from 213); Green value is 21 (8.59% from 255 or 9.86% from 213); Blue value is 12 (5.08% from 255 or 5.63% from 213); Max value from RGB is 180 - color contains mainly: red. Hex color #B4150C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B4150C is #4BEAF3. Grayscale: #434343. Windows color (decimal): -4975348 or 791988. OLE color: 791988.

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

Color convert

RGB 180 21 12 -
CMYK 0 0.88 0.93 0.29
HSL 3.21º 0.88% 0.38% -
HSV(B) 3.21º 0.93% 0.71% -
XYZ 19.16 10.27 1.32 -
YUV 67.52 96.68 208.23 -
System Red Green Blue C M Y K H S L
Decimal 180 21 12 0 0.88 0.93 0.29 3.21 0.88 0.38
Hex B4 15 C 0 58 5D 1D 3 58 26
Octal 264 25 14 0 130 135 35 3 130 46
Binary 10110100 10101 1100 0 1011000 1011101 11101 11 1011000 100110

Color Harmonies of #B4150C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4150C

Black with #B4150C

Text Example


Text Example

White with #B4150C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4150C; }

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

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

background-color css

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

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

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

border-color css

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

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

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