Html Css Color HEX #B2280E Fire Brick

📋 copy color: '#B2280E'

red 178 ◦ green 40 ◦ blue 14

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

Shades of Fire Brick #B2280E

Tints of Fire Brick #B2280E

RGB

 RED value IS 178 (69.92% from 255) = 76.72%

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

 BLUE value IS 14 (5.86% from 255) = 6.03%

R = 76.72%
G = 17.24%
B = 6.03%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.92

 K value IS 0.30

RGB Variations

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

Color information

#B2280E (or 0xB2280E) is known color: Fire Brick. HEX triplet: B2, 28 and 0E. RGB value is (178,40,14). Sum of RGB (Red+Green+Blue) = 178+40+14=232 (30% of max value = 765). Red value is 178 (69.92% from 255 or 76.72% from 232); Green value is 40 (16.02% from 255 or 17.24% from 232); Blue value is 14 (5.86% from 255 or 6.03% from 232); Max value from RGB is 178 - color contains mainly: red. Hex color #B2280E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B2280E is #4DD7F1. Grayscale: #4E4E4E. Windows color (decimal): -5101554 or 927922. OLE color: 927922.

HSL color Cylindrical-coordinate representation of color #B2280E: hue angle of 9.51º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B2280E is Cyan = 0, Magento = 0.78, Yellow = 0.92 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 40 14 -
CMYK 0 0.78 0.92 0.30
HSL 9.51º 0.85% 0.38% -
HSV(B) 9.51º 0.92% 0.7% -
XYZ 19.2 11.01 1.53 -
YUV 78.3 91.72 199.11 -
System Red Green Blue C M Y K H S L
Decimal 178 40 14 0 0.78 0.92 0.30 9.51 0.85 0.38
Hex B2 28 E 0 4E 5C 1E A 55 26
Octal 262 50 16 0 116 134 36 12 125 46
Binary 10110010 101000 1110 0 1001110 1011100 11110 1010 1010101 100110

Color Harmonies of #B2280E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2280E

Black with #B2280E

Text Example


Text Example

White with #B2280E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2280E; }

 p { color: rgb(178,40,14); }

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

background-color css

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

 a { background-color: rgb(178,40,14); }

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

border-color css

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

 span { border-color: rgb(178,40,14); }

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