Html Css Color HEX #B2210E Fire Brick

📋 copy color: '#B2210E'

red 178 ◦ green 33 ◦ blue 14

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

Shades of Fire Brick #B2210E

Tints of Fire Brick #B2210E

RGB

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

 GREEN value IS 33 (13.28% from 255) = 14.67%

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

R = 79.11%
G = 14.67%
B = 6.22%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.92

 K value IS 0.30

RGB Variations

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

Color information

#B2210E (or 0xB2210E) is known color: Fire Brick. HEX triplet: B2, 21 and 0E. RGB value is (178,33,14). Sum of RGB (Red+Green+Blue) = 178+33+14=225 (29% of max value = 765). Red value is 178 (69.92% from 255 or 79.11% from 225); Green value is 33 (13.28% from 255 or 14.67% from 225); Blue value is 14 (5.86% from 255 or 6.22% from 225); Max value from RGB is 178 - color contains mainly: red. Hex color #B2210E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B2210E is #4DDEF1. Grayscale: #4A4A4A. Windows color (decimal): -5103346 or 926130. OLE color: 926130.

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

Color convert

RGB 178 33 14 -
CMYK 0 0.81 0.92 0.30
HSL 6.95º 0.85% 0.38% -
HSV(B) 6.95º 0.92% 0.7% -
XYZ 18.98 10.58 1.46 -
YUV 74.19 94.04 202.04 -
System Red Green Blue C M Y K H S L
Decimal 178 33 14 0 0.81 0.92 0.30 6.95 0.85 0.38
Hex B2 21 E 0 51 5C 1E 7 55 26
Octal 262 41 16 0 121 134 36 7 125 46
Binary 10110010 100001 1110 0 1010001 1011100 11110 111 1010101 100110

Color Harmonies of #B2210E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2210E

Black with #B2210E

Text Example


Text Example

White with #B2210E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2210E; }

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

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

background-color css

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

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

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

border-color css

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

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

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