Html Css Color HEX #B7201E Fire Brick

📋 copy color: '#B7201E'

red 183 ◦ green 32 ◦ blue 30

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

Shades of Fire Brick #B7201E

Tints of Fire Brick #B7201E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 12.24%

R = 74.69%
G = 13.06%
B = 12.24%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.84

 K value IS 0.28

RGB Variations

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

Color information

#B7201E (or 0xB7201E) is known color: Fire Brick. HEX triplet: B7, 20 and 1E. RGB value is (183,32,30). Sum of RGB (Red+Green+Blue) = 183+32+30=245 (32% of max value = 765). Red value is 183 (71.88% from 255 or 74.69% from 245); Green value is 32 (12.89% from 255 or 13.06% from 245); Blue value is 30 (12.11% from 255 or 12.24% from 245); Max value from RGB is 183 - color contains mainly: red. Hex color #B7201E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7201E is #48DFE1. Grayscale: #4D4D4D. Windows color (decimal): -4775906 or 1974455. OLE color: 1974455.

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

Color convert

RGB 183 32 30 -
CMYK 0 0.83 0.84 0.28
HSL 0.78º 0.72% 0.42% -
HSV(B) 0.78º 0.84% 0.72% -
XYZ 20.28 11.19 2.32 -
YUV 76.92 101.53 203.66 -
System Red Green Blue C M Y K H S L
Decimal 183 32 30 0 0.83 0.84 0.28 0.78 0.72 0.42
Hex B7 20 1E 0 53 54 1C 1 48 2A
Octal 267 40 36 0 123 124 34 1 110 52
Binary 10110111 100000 11110 0 1010011 1010100 11100 1 1001000 101010

Color Harmonies of #B7201E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7201E

Black with #B7201E

Text Example


Text Example

White with #B7201E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7201E; }

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

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

background-color css

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

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

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

border-color css

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

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

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