Html Css Color HEX #B0270B Fire Brick

📋 copy color: '#B0270B'

red 176 ◦ green 39 ◦ blue 11

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

Shades of Fire Brick #B0270B

Tints of Fire Brick #B0270B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.87%

R = 77.88%
G = 17.26%
B = 4.87%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.94

 K value IS 0.31

RGB Variations

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

Color information

#B0270B (or 0xB0270B) is known color: Fire Brick. HEX triplet: B0, 27 and 0B. RGB value is (176,39,11). Sum of RGB (Red+Green+Blue) = 176+39+11=226 (29% of max value = 765). Red value is 176 (69.14% from 255 or 77.88% from 226); Green value is 39 (15.62% from 255 or 17.26% from 226); Blue value is 11 (4.69% from 255 or 4.87% from 226); Max value from RGB is 176 - color contains mainly: red. Hex color #B0270B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B0270B is #4FD8F4. Grayscale: #4D4D4D. Windows color (decimal): -5232885 or 731056. OLE color: 731056.

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

Color convert

RGB 176 39 11 -
CMYK 0 0.78 0.94 0.31
HSL 10.18º 0.88% 0.37% -
HSV(B) 10.18º 0.94% 0.69% -
XYZ 18.69 10.71 1.4 -
YUV 76.77 90.89 198.78 -
System Red Green Blue C M Y K H S L
Decimal 176 39 11 0 0.78 0.94 0.31 10.18 0.88 0.37
Hex B0 27 B 0 4E 5E 1F A 58 25
Octal 260 47 13 0 116 136 37 12 130 45
Binary 10110000 100111 1011 0 1001110 1011110 11111 1010 1011000 100101

Color Harmonies of #B0270B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0270B

Black with #B0270B

Text Example


Text Example

White with #B0270B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0270B; }

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

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

background-color css

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

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

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

border-color css

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

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

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