Html Css Color HEX #B73221 Fire Brick

📋 copy color: '#B73221'

red 183 ◦ green 50 ◦ blue 33

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

Shades of Fire Brick #B73221

Tints of Fire Brick #B73221

RGB

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

 GREEN value IS 50 (19.92% from 255) = 18.8%

 BLUE value IS 33 (13.28% from 255) = 12.41%

R = 68.8%
G = 18.8%
B = 12.41%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.82

 K value IS 0.28

RGB Variations

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

Color information

#B73221 (or 0xB73221) is known color: Fire Brick. HEX triplet: B7, 32 and 21. RGB value is (183,50,33). Sum of RGB (Red+Green+Blue) = 183+50+33=266 (35% of max value = 765). Red value is 183 (71.88% from 255 or 68.80% from 266); Green value is 50 (19.92% from 255 or 18.80% from 266); Blue value is 33 (13.28% from 255 or 12.41% from 266); Max value from RGB is 183 - color contains mainly: red. Hex color #B73221 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73221 is #48CDDE. Grayscale: #585858. Windows color (decimal): -4771295 or 2175671. OLE color: 2175671.

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

Color convert

RGB 183 50 33 -
CMYK 0 0.73 0.82 0.28
HSL 6.8º 0.69% 0.42% -
HSV(B) 6.8º 0.82% 0.72% -
XYZ 20.94 12.46 2.74 -
YUV 87.83 97.06 195.88 -
System Red Green Blue C M Y K H S L
Decimal 183 50 33 0 0.73 0.82 0.28 6.8 0.69 0.42
Hex B7 32 21 0 49 52 1C 7 45 2A
Octal 267 62 41 0 111 122 34 7 105 52
Binary 10110111 110010 100001 0 1001001 1010010 11100 111 1000101 101010

Color Harmonies of #B73221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73221

Black with #B73221

Text Example


Text Example

White with #B73221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73221; }

 p { color: rgb(183,50,33); }

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

background-color css

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

 a { background-color: rgb(183,50,33); }

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

border-color css

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

 span { border-color: rgb(183,50,33); }

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