Html Css Color HEX #B73122 Fire Brick

📋 copy color: '#B73122'

red 183 ◦ green 49 ◦ blue 34

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

Shades of Fire Brick #B73122

Tints of Fire Brick #B73122

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 12.78%

R = 68.8%
G = 18.42%
B = 12.78%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.81

 K value IS 0.28

RGB Variations

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

Color information

#B73122 (or 0xB73122) is known color: Fire Brick. HEX triplet: B7, 31 and 22. RGB value is (183,49,34). Sum of RGB (Red+Green+Blue) = 183+49+34=266 (35% of max value = 765). Red value is 183 (71.88% from 255 or 68.80% from 266); Green value is 49 (19.53% from 255 or 18.42% from 266); Blue value is 34 (13.67% from 255 or 12.78% from 266); Max value from RGB is 183 - color contains mainly: red. Hex color #B73122 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73122 is #48CEDD. Grayscale: #575757. Windows color (decimal): -4771550 or 2240951. OLE color: 2240951.

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

Color convert

RGB 183 49 34 -
CMYK 0 0.73 0.81 0.28
HSL 6.04º 0.69% 0.43% -
HSV(B) 6.04º 0.81% 0.72% -
XYZ 20.92 12.38 2.8 -
YUV 87.36 97.89 196.22 -
System Red Green Blue C M Y K H S L
Decimal 183 49 34 0 0.73 0.81 0.28 6.04 0.69 0.43
Hex B7 31 22 0 49 51 1C 6 45 2B
Octal 267 61 42 0 111 121 34 6 105 53
Binary 10110111 110001 100010 0 1001001 1010001 11100 110 1000101 101011

Color Harmonies of #B73122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73122

Black with #B73122

Text Example


Text Example

White with #B73122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73122; }

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

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

background-color css

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

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

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

border-color css

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

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

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