Html Css Color HEX #B0271E Fire Brick

📋 copy color: '#B0271E'

red 176 ◦ green 39 ◦ blue 30

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

Shades of Fire Brick #B0271E

Tints of Fire Brick #B0271E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 12.24%

R = 71.84%
G = 15.92%
B = 12.24%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#B0271E (or 0xB0271E) is known color: Fire Brick. HEX triplet: B0, 27 and 1E. RGB value is (176,39,30). Sum of RGB (Red+Green+Blue) = 176+39+30=245 (32% of max value = 765). Red value is 176 (69.14% from 255 or 71.84% from 245); Green value is 39 (15.62% from 255 or 15.92% from 245); Blue value is 30 (12.11% from 255 or 12.24% from 245); Max value from RGB is 176 - color contains mainly: red. Hex color #B0271E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0271E is #4FD8E1. Grayscale: #4F4F4F. Windows color (decimal): -5232866 or 1976240. OLE color: 1976240.

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

Color convert

RGB 176 39 30 -
CMYK 0 0.78 0.83 0.31
HSL 3.7º 0.71% 0.4% -
HSV(B) 3.7º 0.83% 0.69% -
XYZ 18.86 10.77 2.31 -
YUV 78.94 100.39 197.23 -
System Red Green Blue C M Y K H S L
Decimal 176 39 30 0 0.78 0.83 0.31 3.7 0.71 0.4
Hex B0 27 1E 0 4E 53 1F 4 47 28
Octal 260 47 36 0 116 123 37 4 107 50
Binary 10110000 100111 11110 0 1001110 1010011 11111 100 1000111 101000

Color Harmonies of #B0271E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0271E

Black with #B0271E

Text Example


Text Example

White with #B0271E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0271E; }

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

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

background-color css

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

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

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

border-color css

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

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

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