Html Css Color HEX #B3150C Fire Brick

📋 copy color: '#B3150C'

red 179 ◦ green 21 ◦ blue 12

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

Shades of Fire Brick #B3150C

Tints of Fire Brick #B3150C

RGB

 RED value IS 179 (70.31% from 255) = 84.43%

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

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

R = 84.43%
G = 9.91%
B = 5.66%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.93

 K value IS 0.30

RGB Variations

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

Color information

#B3150C (or 0xB3150C) is known color: Fire Brick. HEX triplet: B3, 15 and 0C. RGB value is (179,21,12). Sum of RGB (Red+Green+Blue) = 179+21+12=212 (28% of max value = 765). Red value is 179 (70.31% from 255 or 84.43% from 212); Green value is 21 (8.59% from 255 or 9.91% from 212); Blue value is 12 (5.08% from 255 or 5.66% from 212); Max value from RGB is 179 - color contains mainly: red. Hex color #B3150C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B3150C is #4CEAF3. Grayscale: #434343. Windows color (decimal): -5040884 or 791987. OLE color: 791987.

HSL color Cylindrical-coordinate representation of color #B3150C: hue angle of 3.23º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B3150C is Cyan = 0, Magento = 0.88, Yellow = 0.93 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 21 12 -
CMYK 0 0.88 0.93 0.30
HSL 3.23º 0.87% 0.37% -
HSV(B) 3.23º 0.93% 0.7% -
XYZ 18.92 10.15 1.31 -
YUV 67.22 96.85 207.73 -
System Red Green Blue C M Y K H S L
Decimal 179 21 12 0 0.88 0.93 0.30 3.23 0.87 0.37
Hex B3 15 C 0 58 5D 1E 3 57 25
Octal 263 25 14 0 130 135 36 3 127 45
Binary 10110011 10101 1100 0 1011000 1011101 11110 11 1010111 100101

Color Harmonies of #B3150C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3150C

Black with #B3150C

Text Example


Text Example

White with #B3150C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3150C; }

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

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

background-color css

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

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

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

border-color css

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

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

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