Html Css Color HEX #B73521 Fire Brick

📋 copy color: '#B73521'

red 183 ◦ green 53 ◦ blue 33

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

Shades of Fire Brick #B73521

Tints of Fire Brick #B73521

RGB

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

 GREEN value IS 53 (21.09% from 255) = 19.7%

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

R = 68.03%
G = 19.7%
B = 12.27%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.82

 K value IS 0.28

RGB Variations

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

Color information

#B73521 (or 0xB73521) is known color: Fire Brick. HEX triplet: B7, 35 and 21. RGB value is (183,53,33). Sum of RGB (Red+Green+Blue) = 183+53+33=269 (35% of max value = 765). Red value is 183 (71.88% from 255 or 68.03% from 269); Green value is 53 (21.09% from 255 or 19.70% from 269); Blue value is 33 (13.28% from 255 or 12.27% from 269); Max value from RGB is 183 - color contains mainly: red. Hex color #B73521 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73521 is #48CADE. Grayscale: #595959. Windows color (decimal): -4770527 or 2176439. OLE color: 2176439.

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

Color convert

RGB 183 53 33 -
CMYK 0 0.71 0.82 0.28
HSL 0.69% 0.42% -
HSV(B) 0.82% 0.72% -
XYZ 21.08 12.72 2.78 -
YUV 89.59 96.07 194.63 -
System Red Green Blue C M Y K H S L
Decimal 183 53 33 0 0.71 0.82 0.28 8 0.69 0.42
Hex B7 35 21 0 47 52 1C 8 45 2A
Octal 267 65 41 0 107 122 34 10 105 52
Binary 10110111 110101 100001 0 1000111 1010010 11100 1000 1000101 101010

Color Harmonies of #B73521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73521

Black with #B73521

Text Example


Text Example

White with #B73521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73521; }

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

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

background-color css

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

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

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

border-color css

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

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

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