Html Css Color HEX #B2290E Fire Brick

📋 copy color: '#B2290E'

red 178 ◦ green 41 ◦ blue 14

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

Shades of Fire Brick #B2290E

Tints of Fire Brick #B2290E

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.6%

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

R = 76.39%
G = 17.6%
B = 6.01%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.92

 K value IS 0.30

RGB Variations

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

Color information

#B2290E (or 0xB2290E) is known color: Fire Brick. HEX triplet: B2, 29 and 0E. RGB value is (178,41,14). Sum of RGB (Red+Green+Blue) = 178+41+14=233 (30% of max value = 765). Red value is 178 (69.92% from 255 or 76.39% from 233); Green value is 41 (16.41% from 255 or 17.60% from 233); Blue value is 14 (5.86% from 255 or 6.01% from 233); Max value from RGB is 178 - color contains mainly: red. Hex color #B2290E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B2290E is #4DD6F1. Grayscale: #4F4F4F. Windows color (decimal): -5101298 or 928178. OLE color: 928178.

HSL color Cylindrical-coordinate representation of color #B2290E: hue angle of 9.88º 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 #B2290E is Cyan = 0, Magento = 0.77, Yellow = 0.92 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 41 14 -
CMYK 0 0.77 0.92 0.30
HSL 9.88º 0.85% 0.38% -
HSV(B) 9.88º 0.92% 0.7% -
XYZ 19.23 11.08 1.54 -
YUV 78.89 91.39 198.7 -
System Red Green Blue C M Y K H S L
Decimal 178 41 14 0 0.77 0.92 0.30 9.88 0.85 0.38
Hex B2 29 E 0 4D 5C 1E A 55 26
Octal 262 51 16 0 115 134 36 12 125 46
Binary 10110010 101001 1110 0 1001101 1011100 11110 1010 1010101 100110

Color Harmonies of #B2290E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2290E

Black with #B2290E

Text Example


Text Example

White with #B2290E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2290E; }

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

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

background-color css

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

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

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

border-color css

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

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

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