Html Css Color HEX #B0280F Fire Brick

📋 copy color: '#B0280F'

red 176 ◦ green 40 ◦ blue 15

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

Shades of Fire Brick #B0280F

Tints of Fire Brick #B0280F

RGB

 RED value IS 176 (69.14% from 255) = 76.19%

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

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

R = 76.19%
G = 17.32%
B = 6.49%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.91

 K value IS 0.31

RGB Variations

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

Color information

#B0280F (or 0xB0280F) is known color: Fire Brick. HEX triplet: B0, 28 and 0F. RGB value is (176,40,15). Sum of RGB (Red+Green+Blue) = 176+40+15=231 (30% of max value = 765). Red value is 176 (69.14% from 255 or 76.19% from 231); Green value is 40 (16.02% from 255 or 17.32% from 231); Blue value is 15 (6.25% from 255 or 6.49% from 231); Max value from RGB is 176 - color contains mainly: red. Hex color #B0280F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B0280F is #4FD7F0. Grayscale: #4E4E4E. Windows color (decimal): -5232625 or 993456. OLE color: 993456.

HSL color Cylindrical-coordinate representation of color #B0280F: hue angle of 9.32º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B0280F is Cyan = 0, Magento = 0.77, Yellow = 0.91 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 40 15 -
CMYK 0 0.77 0.91 0.31
HSL 9.32º 0.84% 0.37% -
HSV(B) 9.32º 0.91% 0.69% -
XYZ 18.75 10.78 1.54 -
YUV 77.81 92.56 198.03 -
System Red Green Blue C M Y K H S L
Decimal 176 40 15 0 0.77 0.91 0.31 9.32 0.84 0.37
Hex B0 28 F 0 4D 5B 1F 9 54 25
Octal 260 50 17 0 115 133 37 11 124 45
Binary 10110000 101000 1111 0 1001101 1011011 11111 1001 1010100 100101

Color Harmonies of #B0280F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0280F

Black with #B0280F

Text Example


Text Example

White with #B0280F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0280F; }

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

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

background-color css

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

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

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

border-color css

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

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

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