Html Css Color HEX #B0200E Fire Brick

📋 copy color: '#B0200E'

red 176 ◦ green 32 ◦ blue 14

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

Shades of Fire Brick #B0200E

Tints of Fire Brick #B0200E

RGB

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

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

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

R = 79.28%
G = 14.41%
B = 6.31%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.92

 K value IS 0.31

RGB Variations

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

Color information

#B0200E (or 0xB0200E) is known color: Fire Brick. HEX triplet: B0, 20 and 0E. RGB value is (176,32,14). Sum of RGB (Red+Green+Blue) = 176+32+14=222 (29% of max value = 765). Red value is 176 (69.14% from 255 or 79.28% from 222); Green value is 32 (12.89% from 255 or 14.41% from 222); Blue value is 14 (5.86% from 255 or 6.31% from 222); Max value from RGB is 176 - color contains mainly: red. Hex color #B0200E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B0200E is #4FDFF1. Grayscale: #494949. Windows color (decimal): -5234674 or 925872. OLE color: 925872.

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

Color convert

RGB 176 32 14 -
CMYK 0 0.82 0.92 0.31
HSL 6.67º 0.85% 0.37% -
HSV(B) 6.67º 0.92% 0.69% -
XYZ 18.5 10.29 1.43 -
YUV 73 94.71 201.46 -
System Red Green Blue C M Y K H S L
Decimal 176 32 14 0 0.82 0.92 0.31 6.67 0.85 0.37
Hex B0 20 E 0 52 5C 1F 7 55 25
Octal 260 40 16 0 122 134 37 7 125 45
Binary 10110000 100000 1110 0 1010010 1011100 11111 111 1010101 100101

Color Harmonies of #B0200E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0200E

Black with #B0200E

Text Example


Text Example

White with #B0200E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0200E; }

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

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

background-color css

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

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

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

border-color css

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

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

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