Html Css Color HEX #B4200C Fire Brick

📋 copy color: '#B4200C'

red 180 ◦ green 32 ◦ blue 12

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

Shades of Fire Brick #B4200C

Tints of Fire Brick #B4200C

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.29%

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

R = 80.36%
G = 14.29%
B = 5.36%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.93

 K value IS 0.29

RGB Variations

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

Color information

#B4200C (or 0xB4200C) is known color: Fire Brick. HEX triplet: B4, 20 and 0C. RGB value is (180,32,12). Sum of RGB (Red+Green+Blue) = 180+32+12=224 (29% of max value = 765). Red value is 180 (70.70% from 255 or 80.36% from 224); Green value is 32 (12.89% from 255 or 14.29% from 224); Blue value is 12 (5.08% from 255 or 5.36% from 224); Max value from RGB is 180 - color contains mainly: red. Hex color #B4200C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B4200C is #4BDFF3. Grayscale: #4A4A4A. Windows color (decimal): -4972532 or 794804. OLE color: 794804.

HSL color Cylindrical-coordinate representation of color #B4200C: hue angle of 7.14º 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 #B4200C is Cyan = 0, Magento = 0.82, Yellow = 0.93 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 32 12 -
CMYK 0 0.82 0.93 0.29
HSL 7.14º 0.88% 0.38% -
HSV(B) 7.14º 0.93% 0.71% -
XYZ 19.41 10.76 1.4 -
YUV 73.97 93.03 203.63 -
System Red Green Blue C M Y K H S L
Decimal 180 32 12 0 0.82 0.93 0.29 7.14 0.88 0.38
Hex B4 20 C 0 52 5D 1D 7 58 26
Octal 264 40 14 0 122 135 35 7 130 46
Binary 10110100 100000 1100 0 1010010 1011101 11101 111 1011000 100110

Color Harmonies of #B4200C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4200C

Black with #B4200C

Text Example


Text Example

White with #B4200C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4200C; }

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

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

background-color css

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

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

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

border-color css

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

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

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