Html Css Color HEX #B3280F Fire Brick

📋 copy color: '#B3280F'

red 179 ◦ green 40 ◦ blue 15

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

Shades of Fire Brick #B3280F

Tints of Fire Brick #B3280F

RGB

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

 GREEN value IS 40 (16.02% from 255) = 17.09%

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

R = 76.5%
G = 17.09%
B = 6.41%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.92

 K value IS 0.30

RGB Variations

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

Color information

#B3280F (or 0xB3280F) is known color: Fire Brick. HEX triplet: B3, 28 and 0F. RGB value is (179,40,15). Sum of RGB (Red+Green+Blue) = 179+40+15=234 (30% of max value = 765). Red value is 179 (70.31% from 255 or 76.50% from 234); Green value is 40 (16.02% from 255 or 17.09% from 234); Blue value is 15 (6.25% from 255 or 6.41% from 234); Max value from RGB is 179 - color contains mainly: red. Hex color #B3280F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B3280F is #4CD7F0. Grayscale: #4E4E4E. Windows color (decimal): -5036017 or 993459. OLE color: 993459.

HSL color Cylindrical-coordinate representation of color #B3280F: hue angle of 9.15º 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 #B3280F is Cyan = 0, Magento = 0.78, Yellow = 0.92 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 40 15 -
CMYK 0 0.78 0.92 0.30
HSL 9.15º 0.85% 0.38% -
HSV(B) 9.15º 0.92% 0.7% -
XYZ 19.44 11.14 1.58 -
YUV 78.71 92.05 199.53 -
System Red Green Blue C M Y K H S L
Decimal 179 40 15 0 0.78 0.92 0.30 9.15 0.85 0.38
Hex B3 28 F 0 4E 5C 1E 9 55 26
Octal 263 50 17 0 116 134 36 11 125 46
Binary 10110011 101000 1111 0 1001110 1011100 11110 1001 1010101 100110

Color Harmonies of #B3280F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3280F

Black with #B3280F

Text Example


Text Example

White with #B3280F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3280F; }

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

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

background-color css

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

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

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

border-color css

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

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

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