Html Css Color HEX #B0271B Fire Brick

📋 copy color: '#B0271B'

red 176 ◦ green 39 ◦ blue 27

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

Shades of Fire Brick #B0271B

Tints of Fire Brick #B0271B

RGB

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

 GREEN value IS 39 (15.63% from 255) = 16.12%

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

R = 72.73%
G = 16.12%
B = 11.16%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#B0271B (or 0xB0271B) is known color: Fire Brick. HEX triplet: B0, 27 and 1B. RGB value is (176,39,27). Sum of RGB (Red+Green+Blue) = 176+39+27=242 (32% of max value = 765). Red value is 176 (69.14% from 255 or 72.73% from 242); Green value is 39 (15.62% from 255 or 16.12% from 242); Blue value is 27 (10.94% from 255 or 11.16% from 242); Max value from RGB is 176 - color contains mainly: red. Hex color #B0271B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0271B is #4FD8E4. Grayscale: #4E4E4E. Windows color (decimal): -5232869 or 1779632. OLE color: 1779632.

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

Color convert

RGB 176 39 27 -
CMYK 0 0.78 0.85 0.31
HSL 4.83º 0.73% 0.4% -
HSV(B) 4.83º 0.85% 0.69% -
XYZ 18.83 10.76 2.12 -
YUV 78.6 98.89 197.48 -
System Red Green Blue C M Y K H S L
Decimal 176 39 27 0 0.78 0.85 0.31 4.83 0.73 0.4
Hex B0 27 1B 0 4E 55 1F 5 49 28
Octal 260 47 33 0 116 125 37 5 111 50
Binary 10110000 100111 11011 0 1001110 1010101 11111 101 1001001 101000

Color Harmonies of #B0271B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0271B

Black with #B0271B

Text Example


Text Example

White with #B0271B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0271B; }

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

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

background-color css

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

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

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

border-color css

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

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

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