Html Css Color HEX #B3120F Fire Brick

📋 copy color: '#B3120F'

red 179 ◦ green 18 ◦ blue 15

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

Shades of Fire Brick #B3120F

Tints of Fire Brick #B3120F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.49%

 BLUE value IS 15 (6.25% from 255) = 7.08%

R = 84.43%
G = 8.49%
B = 7.08%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.92

 K value IS 0.30

RGB Variations

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

Color information

#B3120F (or 0xB3120F) is known color: Fire Brick. HEX triplet: B3, 12 and 0F. RGB value is (179,18,15). Sum of RGB (Red+Green+Blue) = 179+18+15=212 (28% of max value = 765). Red value is 179 (70.31% from 255 or 84.43% from 212); Green value is 18 (7.42% from 255 or 8.49% from 212); Blue value is 15 (6.25% from 255 or 7.08% from 212); Max value from RGB is 179 - color contains mainly: red. Hex color #B3120F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B3120F is #4CEDF0. Grayscale: #414141. Windows color (decimal): -5041649 or 987827. OLE color: 987827.

HSL color Cylindrical-coordinate representation of color #B3120F: hue angle of 1.1º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B3120F is Cyan = 0, Magento = 0.90, Yellow = 0.92 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 18 15 -
CMYK 0 0.90 0.92 0.30
HSL 1.1º 0.85% 0.38% -
HSV(B) 1.1º 0.92% 0.7% -
XYZ 18.89 10.05 1.4 -
YUV 65.8 99.34 208.74 -
System Red Green Blue C M Y K H S L
Decimal 179 18 15 0 0.90 0.92 0.30 1.1 0.85 0.38
Hex B3 12 F 0 5A 5C 1E 1 55 26
Octal 263 22 17 0 132 134 36 1 125 46
Binary 10110011 10010 1111 0 1011010 1011100 11110 1 1010101 100110

Color Harmonies of #B3120F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3120F

Black with #B3120F

Text Example


Text Example

White with #B3120F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3120F; }

 p { color: rgb(179,18,15); }

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

background-color css

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

 a { background-color: rgb(179,18,15); }

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

border-color css

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

 span { border-color: rgb(179,18,15); }

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