Html Css Color HEX #B0240F Fire Brick

📋 copy color: '#B0240F'

red 176 ◦ green 36 ◦ blue 15

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

Shades of Fire Brick #B0240F

Tints of Fire Brick #B0240F

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15.86%

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

R = 77.53%
G = 15.86%
B = 6.61%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.91

 K value IS 0.31

RGB Variations

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

Color information

#B0240F (or 0xB0240F) is known color: Fire Brick. HEX triplet: B0, 24 and 0F. RGB value is (176,36,15). Sum of RGB (Red+Green+Blue) = 176+36+15=227 (30% of max value = 765). Red value is 176 (69.14% from 255 or 77.53% from 227); Green value is 36 (14.45% from 255 or 15.86% from 227); Blue value is 15 (6.25% from 255 or 6.61% from 227); Max value from RGB is 176 - color contains mainly: red. Hex color #B0240F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B0240F is #4FDBF0. Grayscale: #4B4B4B. Windows color (decimal): -5233649 or 992432. OLE color: 992432.

HSL color Cylindrical-coordinate representation of color #B0240F: hue angle of 7.83º 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 #B0240F is Cyan = 0, Magento = 0.80, Yellow = 0.91 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 36 15 -
CMYK 0 0.80 0.91 0.31
HSL 7.83º 0.84% 0.37% -
HSV(B) 7.83º 0.91% 0.69% -
XYZ 18.62 10.53 1.5 -
YUV 75.47 93.88 199.71 -
System Red Green Blue C M Y K H S L
Decimal 176 36 15 0 0.80 0.91 0.31 7.83 0.84 0.37
Hex B0 24 F 0 50 5B 1F 8 54 25
Octal 260 44 17 0 120 133 37 10 124 45
Binary 10110000 100100 1111 0 1010000 1011011 11111 1000 1010100 100101

Color Harmonies of #B0240F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0240F

Black with #B0240F

Text Example


Text Example

White with #B0240F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0240F; }

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

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

background-color css

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

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

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

border-color css

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

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

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