Html Css Color HEX #B2281B Fire Brick

📋 copy color: '#B2281B'

red 178 ◦ green 40 ◦ blue 27

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

Shades of Fire Brick #B2281B

Tints of Fire Brick #B2281B

RGB

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

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

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

R = 72.65%
G = 16.33%
B = 11.02%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.85

 K value IS 0.30

RGB Variations

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

Color information

#B2281B (or 0xB2281B) is known color: Fire Brick. HEX triplet: B2, 28 and 1B. RGB value is (178,40,27). Sum of RGB (Red+Green+Blue) = 178+40+27=245 (32% of max value = 765). Red value is 178 (69.92% from 255 or 72.65% from 245); Green value is 40 (16.02% from 255 or 16.33% from 245); Blue value is 27 (10.94% from 255 or 11.02% from 245); Max value from RGB is 178 - color contains mainly: red. Hex color #B2281B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2281B is #4DD7E4. Grayscale: #4F4F4F. Windows color (decimal): -5101541 or 1779890. OLE color: 1779890.

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

Color convert

RGB 178 40 27 -
CMYK 0 0.78 0.85 0.30
HSL 5.17º 0.74% 0.4% -
HSV(B) 5.17º 0.85% 0.7% -
XYZ 19.32 11.06 2.15 -
YUV 79.78 98.22 198.06 -
System Red Green Blue C M Y K H S L
Decimal 178 40 27 0 0.78 0.85 0.30 5.17 0.74 0.4
Hex B2 28 1B 0 4E 55 1E 5 4A 28
Octal 262 50 33 0 116 125 36 5 112 50
Binary 10110010 101000 11011 0 1001110 1010101 11110 101 1001010 101000

Color Harmonies of #B2281B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2281B

Black with #B2281B

Text Example


Text Example

White with #B2281B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2281B; }

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

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

background-color css

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

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

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

border-color css

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

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

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