Html Css Color HEX #B73222 Fire Brick

📋 copy color: '#B73222'

red 183 ◦ green 50 ◦ blue 34

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

Shades of Fire Brick #B73222

Tints of Fire Brick #B73222

RGB

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

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

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

R = 68.54%
G = 18.73%
B = 12.73%

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

#B73222 (or 0xB73222) is known color: Fire Brick. HEX triplet: B7, 32 and 22. RGB value is (183,50,34). Sum of RGB (Red+Green+Blue) = 183+50+34=267 (35% of max value = 765). Red value is 183 (71.88% from 255 or 68.54% from 267); Green value is 50 (19.92% from 255 or 18.73% from 267); Blue value is 34 (13.67% from 255 or 12.73% from 267); Max value from RGB is 183 - color contains mainly: red. Hex color #B73222 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73222 is #48CDDD. Grayscale: #585858. Windows color (decimal): -4771294 or 2241207. OLE color: 2241207.

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

Color convert

RGB 183 50 34 -
CMYK 0 0.73 0.81 0.28
HSL 6.44º 0.69% 0.43% -
HSV(B) 6.44º 0.81% 0.72% -
XYZ 20.96 12.46 2.81 -
YUV 87.94 97.56 195.8 -
System Red Green Blue C M Y K H S L
Decimal 183 50 34 0 0.73 0.81 0.28 6.44 0.69 0.43
Hex B7 32 22 0 49 51 1C 6 45 2B
Octal 267 62 42 0 111 121 34 6 105 53
Binary 10110111 110010 100010 0 1001001 1010001 11100 110 1000101 101011

Color Harmonies of #B73222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73222

Black with #B73222

Text Example


Text Example

White with #B73222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73222; }

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

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

background-color css

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

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

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

border-color css

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

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

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