Html Css Color HEX #B73121 Fire Brick

📋 copy color: '#B73121'

red 183 ◦ green 49 ◦ blue 33

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

Shades of Fire Brick #B73121

Tints of Fire Brick #B73121

RGB

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

 GREEN value IS 49 (19.53% from 255) = 18.49%

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

R = 69.06%
G = 18.49%
B = 12.45%

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

#B73121 (or 0xB73121) is known color: Fire Brick. HEX triplet: B7, 31 and 21. RGB value is (183,49,33). Sum of RGB (Red+Green+Blue) = 183+49+33=265 (35% of max value = 765). Red value is 183 (71.88% from 255 or 69.06% from 265); Green value is 49 (19.53% from 255 or 18.49% from 265); Blue value is 33 (13.28% from 255 or 12.45% from 265); Max value from RGB is 183 - color contains mainly: red. Hex color #B73121 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73121 is #48CEDE. Grayscale: #575757. Windows color (decimal): -4771551 or 2175415. OLE color: 2175415.

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

Color convert

RGB 183 49 33 -
CMYK 0 0.73 0.82 0.28
HSL 6.4º 0.69% 0.42% -
HSV(B) 6.4º 0.82% 0.72% -
XYZ 20.9 12.37 2.73 -
YUV 87.24 97.39 196.3 -
System Red Green Blue C M Y K H S L
Decimal 183 49 33 0 0.73 0.82 0.28 6.4 0.69 0.42
Hex B7 31 21 0 49 52 1C 6 45 2A
Octal 267 61 41 0 111 122 34 6 105 52
Binary 10110111 110001 100001 0 1001001 1010010 11100 110 1000101 101010

Color Harmonies of #B73121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73121

Black with #B73121

Text Example


Text Example

White with #B73121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73121; }

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

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

background-color css

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

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

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

border-color css

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

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

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