Html Css Color HEX #B72322 Fire Brick

📋 copy color: '#B72322'

red 183 ◦ green 35 ◦ blue 34

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

Shades of Fire Brick #B72322

Tints of Fire Brick #B72322

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.89%

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

R = 72.62%
G = 13.89%
B = 13.49%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.81

 K value IS 0.28

RGB Variations

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

Color information

#B72322 (or 0xB72322) is known color: Fire Brick. HEX triplet: B7, 23 and 22. RGB value is (183,35,34). Sum of RGB (Red+Green+Blue) = 183+35+34=252 (33% of max value = 765). Red value is 183 (71.88% from 255 or 72.62% from 252); Green value is 35 (14.06% from 255 or 13.89% from 252); Blue value is 34 (13.67% from 255 or 13.49% from 252); Max value from RGB is 183 - color contains mainly: red. Hex color #B72322 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72322 is #48DCDD. Grayscale: #4F4F4F. Windows color (decimal): -4775134 or 2237367. OLE color: 2237367.

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

Color convert

RGB 183 35 34 -
CMYK 0 0.81 0.81 0.28
HSL 0.4º 0.69% 0.43% -
HSV(B) 0.4º 0.81% 0.72% -
XYZ 20.42 11.38 2.63 -
YUV 79.14 102.53 202.08 -
System Red Green Blue C M Y K H S L
Decimal 183 35 34 0 0.81 0.81 0.28 0.4 0.69 0.43
Hex B7 23 22 0 51 51 1C 0 45 2B
Octal 267 43 42 0 121 121 34 0 105 53
Binary 10110111 100011 100010 0 1010001 1010001 11100 0 1000101 101011

Color Harmonies of #B72322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72322

Black with #B72322

Text Example


Text Example

White with #B72322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72322; }

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

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

background-color css

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

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

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

border-color css

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

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

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