Html Css Color HEX #B4220C Fire Brick

📋 copy color: '#B4220C'

red 180 ◦ green 34 ◦ blue 12

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

Shades of Fire Brick #B4220C

Tints of Fire Brick #B4220C

RGB

 RED value IS 180 (70.7% from 255) = 79.65%

 GREEN value IS 34 (13.67% from 255) = 15.04%

 BLUE value IS 12 (5.08% from 255) = 5.31%

R = 79.65%
G = 15.04%
B = 5.31%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.93

 K value IS 0.29

RGB Variations

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

Color information

#B4220C (or 0xB4220C) is known color: Fire Brick. HEX triplet: B4, 22 and 0C. RGB value is (180,34,12). Sum of RGB (Red+Green+Blue) = 180+34+12=226 (29% of max value = 765). Red value is 180 (70.70% from 255 or 79.65% from 226); Green value is 34 (13.67% from 255 or 15.04% from 226); Blue value is 12 (5.08% from 255 or 5.31% from 226); Max value from RGB is 180 - color contains mainly: red. Hex color #B4220C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B4220C is #4BDDF3. Grayscale: #4B4B4B. Windows color (decimal): -4972020 or 795316. OLE color: 795316.

HSL color Cylindrical-coordinate representation of color #B4220C: hue angle of 7.86º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B4220C is Cyan = 0, Magento = 0.81, Yellow = 0.93 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 34 12 -
CMYK 0 0.81 0.93 0.29
HSL 7.86º 0.88% 0.38% -
HSV(B) 7.86º 0.93% 0.71% -
XYZ 19.46 10.87 1.42 -
YUV 75.15 92.37 202.79 -
System Red Green Blue C M Y K H S L
Decimal 180 34 12 0 0.81 0.93 0.29 7.86 0.88 0.38
Hex B4 22 C 0 51 5D 1D 8 58 26
Octal 264 42 14 0 121 135 35 10 130 46
Binary 10110100 100010 1100 0 1010001 1011101 11101 1000 1011000 100110

Color Harmonies of #B4220C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4220C

Black with #B4220C

Text Example


Text Example

White with #B4220C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4220C; }

 p { color: rgb(180,34,12); }

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

background-color css

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

 a { background-color: rgb(180,34,12); }

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

border-color css

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

 span { border-color: rgb(180,34,12); }

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