Html Css Color HEX #B0281D Fire Brick

📋 copy color: '#B0281D'

red 176 ◦ green 40 ◦ blue 29

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

Shades of Fire Brick #B0281D

Tints of Fire Brick #B0281D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 11.84%

R = 71.84%
G = 16.33%
B = 11.84%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#B0281D (or 0xB0281D) is known color: Fire Brick. HEX triplet: B0, 28 and 1D. RGB value is (176,40,29). Sum of RGB (Red+Green+Blue) = 176+40+29=245 (32% of max value = 765). Red value is 176 (69.14% from 255 or 71.84% from 245); Green value is 40 (16.02% from 255 or 16.33% from 245); Blue value is 29 (11.72% from 255 or 11.84% from 245); Max value from RGB is 176 - color contains mainly: red. Hex color #B0281D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0281D is #4FD7E2. Grayscale: #4F4F4F. Windows color (decimal): -5232611 or 1910960. OLE color: 1910960.

HSL color Cylindrical-coordinate representation of color #B0281D: hue angle of 4.49º degrees, saturation: 0.72, 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 #B0281D is Cyan = 0, Magento = 0.77, Yellow = 0.84 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 40 29 -
CMYK 0 0.77 0.84 0.31
HSL 4.49º 0.72% 0.4% -
HSV(B) 4.49º 0.84% 0.69% -
XYZ 18.89 10.84 2.26 -
YUV 79.41 99.56 196.89 -
System Red Green Blue C M Y K H S L
Decimal 176 40 29 0 0.77 0.84 0.31 4.49 0.72 0.4
Hex B0 28 1D 0 4D 54 1F 4 48 28
Octal 260 50 35 0 115 124 37 4 110 50
Binary 10110000 101000 11101 0 1001101 1010100 11111 100 1001000 101000

Color Harmonies of #B0281D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0281D

Black with #B0281D

Text Example


Text Example

White with #B0281D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0281D; }

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

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

background-color css

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

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

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

border-color css

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

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

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