Html Css Color HEX #B7201B Fire Brick

📋 copy color: '#B7201B'

red 183 ◦ green 32 ◦ blue 27

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

Shades of Fire Brick #B7201B

Tints of Fire Brick #B7201B

RGB

 RED value IS 183 (71.88% from 255) = 75.62%

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

 BLUE value IS 27 (10.94% from 255) = 11.16%

R = 75.62%
G = 13.22%
B = 11.16%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.85

 K value IS 0.28

RGB Variations

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

Color information

#B7201B (or 0xB7201B) is known color: Fire Brick. HEX triplet: B7, 20 and 1B. RGB value is (183,32,27). Sum of RGB (Red+Green+Blue) = 183+32+27=242 (32% of max value = 765). Red value is 183 (71.88% from 255 or 75.62% from 242); Green value is 32 (12.89% from 255 or 13.22% from 242); Blue value is 27 (10.94% from 255 or 11.16% from 242); Max value from RGB is 183 - color contains mainly: red. Hex color #B7201B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7201B is #48DFE4. Grayscale: #4C4C4C. Windows color (decimal): -4775909 or 1777847. OLE color: 1777847.

HSL color Cylindrical-coordinate representation of color #B7201B: hue angle of 1.92º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B7201B is Cyan = 0, Magento = 0.83, Yellow = 0.85 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 32 27 -
CMYK 0 0.83 0.85 0.28
HSL 1.92º 0.74% 0.41% -
HSV(B) 1.92º 0.85% 0.72% -
XYZ 20.24 11.18 2.13 -
YUV 76.58 100.03 203.91 -
System Red Green Blue C M Y K H S L
Decimal 183 32 27 0 0.83 0.85 0.28 1.92 0.74 0.41
Hex B7 20 1B 0 53 55 1C 2 4A 29
Octal 267 40 33 0 123 125 34 2 112 51
Binary 10110111 100000 11011 0 1010011 1010101 11100 10 1001010 101001

Color Harmonies of #B7201B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7201B

Black with #B7201B

Text Example


Text Example

White with #B7201B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7201B; }

 p { color: rgb(183,32,27); }

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

background-color css

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

 a { background-color: rgb(183,32,27); }

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

border-color css

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

 span { border-color: rgb(183,32,27); }

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