Html Css Color HEX #B7221B Fire Brick

📋 copy color: '#B7221B'

red 183 ◦ green 34 ◦ blue 27

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

Shades of Fire Brick #B7221B

Tints of Fire Brick #B7221B

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.93%

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

R = 75%
G = 13.93%
B = 11.07%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.85

 K value IS 0.28

RGB Variations

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

Color information

#B7221B (or 0xB7221B) is known color: Fire Brick. HEX triplet: B7, 22 and 1B. RGB value is (183,34,27). Sum of RGB (Red+Green+Blue) = 183+34+27=244 (32% of max value = 765). Red value is 183 (71.88% from 255 or 75% from 244); Green value is 34 (13.67% from 255 or 13.93% from 244); Blue value is 27 (10.94% from 255 or 11.07% from 244); Max value from RGB is 183 - color contains mainly: red. Hex color #B7221B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7221B is #48DDE4. Grayscale: #4D4D4D. Windows color (decimal): -4775397 or 1778359. OLE color: 1778359.

HSL color Cylindrical-coordinate representation of color #B7221B: hue angle of 2.69º 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 #B7221B is Cyan = 0, Magento = 0.81, Yellow = 0.85 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 34 27 -
CMYK 0 0.81 0.85 0.28
HSL 2.69º 0.74% 0.41% -
HSV(B) 2.69º 0.85% 0.72% -
XYZ 20.3 11.29 2.15 -
YUV 77.75 99.36 203.07 -
System Red Green Blue C M Y K H S L
Decimal 183 34 27 0 0.81 0.85 0.28 2.69 0.74 0.41
Hex B7 22 1B 0 51 55 1C 3 4A 29
Octal 267 42 33 0 121 125 34 3 112 51
Binary 10110111 100010 11011 0 1010001 1010101 11100 11 1001010 101001

Color Harmonies of #B7221B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7221B

Black with #B7221B

Text Example


Text Example

White with #B7221B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7221B; }

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

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

background-color css

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

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

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

border-color css

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

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

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