Html Css Color HEX #B0281B Fire Brick

📋 copy color: '#B0281B'

red 176 ◦ green 40 ◦ blue 27

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

Shades of Fire Brick #B0281B

Tints of Fire Brick #B0281B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 11.11%

R = 72.43%
G = 16.46%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#B0281B (or 0xB0281B) is known color: Fire Brick. HEX triplet: B0, 28 and 1B. RGB value is (176,40,27). Sum of RGB (Red+Green+Blue) = 176+40+27=243 (32% of max value = 765). Red value is 176 (69.14% from 255 or 72.43% from 243); Green value is 40 (16.02% from 255 or 16.46% from 243); Blue value is 27 (10.94% from 255 or 11.11% from 243); Max value from RGB is 176 - color contains mainly: red. Hex color #B0281B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0281B is #4FD7E4. Grayscale: #4F4F4F. Windows color (decimal): -5232613 or 1779888. OLE color: 1779888.

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

Color convert

RGB 176 40 27 -
CMYK 0 0.77 0.85 0.31
HSL 5.23º 0.73% 0.4% -
HSV(B) 5.23º 0.85% 0.69% -
XYZ 18.86 10.83 2.13 -
YUV 79.18 98.56 197.06 -
System Red Green Blue C M Y K H S L
Decimal 176 40 27 0 0.77 0.85 0.31 5.23 0.73 0.4
Hex B0 28 1B 0 4D 55 1F 5 49 28
Octal 260 50 33 0 115 125 37 5 111 50
Binary 10110000 101000 11011 0 1001101 1010101 11111 101 1001001 101000

Color Harmonies of #B0281B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0281B

Black with #B0281B

Text Example


Text Example

White with #B0281B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0281B; }

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

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

background-color css

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

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

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

border-color css

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

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

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