Html Css Color HEX #B0301C Fire Brick

📋 copy color: '#B0301C'

red 176 ◦ green 48 ◦ blue 28

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

Shades of Fire Brick #B0301C

Tints of Fire Brick #B0301C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 19.05%

 BLUE value IS 28 (11.33% from 255) = 11.11%

R = 69.84%
G = 19.05%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#B0301C (or 0xB0301C) is known color: Fire Brick. HEX triplet: B0, 30 and 1C. RGB value is (176,48,28). Sum of RGB (Red+Green+Blue) = 176+48+28=252 (33% of max value = 765). Red value is 176 (69.14% from 255 or 69.84% from 252); Green value is 48 (19.14% from 255 or 19.05% from 252); Blue value is 28 (11.33% from 255 or 11.11% from 252); Max value from RGB is 176 - color contains mainly: red. Hex color #B0301C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0301C is #4FCFE3. Grayscale: #545454. Windows color (decimal): -5230564 or 1847472. OLE color: 1847472.

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

Color convert

RGB 176 48 28 -
CMYK 0 0.73 0.84 0.31
HSL 8.11º 0.73% 0.4% -
HSV(B) 8.11º 0.84% 0.69% -
XYZ 19.17 11.43 2.29 -
YUV 83.99 96.41 193.63 -
System Red Green Blue C M Y K H S L
Decimal 176 48 28 0 0.73 0.84 0.31 8.11 0.73 0.4
Hex B0 30 1C 0 49 54 1F 8 49 28
Octal 260 60 34 0 111 124 37 10 111 50
Binary 10110000 110000 11100 0 1001001 1010100 11111 1000 1001001 101000

Color Harmonies of #B0301C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0301C

Black with #B0301C

Text Example


Text Example

White with #B0301C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0301C; }

 p { color: rgb(176,48,28); }

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

background-color css

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

 a { background-color: rgb(176,48,28); }

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

border-color css

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

 span { border-color: rgb(176,48,28); }

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