Html Css Color HEX #B0200C Fire Brick

📋 copy color: '#B0200C'

red 176 ◦ green 32 ◦ blue 12

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

Shades of Fire Brick #B0200C

Tints of Fire Brick #B0200C

RGB

 RED value IS 176 (69.14% from 255) = 80%

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

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

R = 80%
G = 14.55%
B = 5.45%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#B0200C (or 0xB0200C) is known color: Fire Brick. HEX triplet: B0, 20 and 0C. RGB value is (176,32,12). Sum of RGB (Red+Green+Blue) = 176+32+12=220 (29% of max value = 765). Red value is 176 (69.14% from 255 or 80% from 220); Green value is 32 (12.89% from 255 or 14.55% from 220); Blue value is 12 (5.08% from 255 or 5.45% from 220); Max value from RGB is 176 - color contains mainly: red. Hex color #B0200C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B0200C is #4FDFF3. Grayscale: #484848. Windows color (decimal): -5234676 or 794800. OLE color: 794800.

HSL color Cylindrical-coordinate representation of color #B0200C: hue angle of 7.32º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B0200C is Cyan = 0, Magento = 0.82, Yellow = 0.93 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 32 12 -
CMYK 0 0.82 0.93 0.31
HSL 7.32º 0.87% 0.37% -
HSV(B) 7.32º 0.93% 0.69% -
XYZ 18.49 10.29 1.36 -
YUV 72.78 93.71 201.63 -
System Red Green Blue C M Y K H S L
Decimal 176 32 12 0 0.82 0.93 0.31 7.32 0.87 0.37
Hex B0 20 C 0 52 5D 1F 7 57 25
Octal 260 40 14 0 122 135 37 7 127 45
Binary 10110000 100000 1100 0 1010010 1011101 11111 111 1010111 100101

Color Harmonies of #B0200C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0200C

Black with #B0200C

Text Example


Text Example

White with #B0200C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0200C; }

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

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

background-color css

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

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

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

border-color css

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

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

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