Html Css Color HEX #B73522 Fire Brick

📋 copy color: '#B73522'

red 183 ◦ green 53 ◦ blue 34

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

Shades of Fire Brick #B73522

Tints of Fire Brick #B73522

RGB

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

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

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

R = 67.78%
G = 19.63%
B = 12.59%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.81

 K value IS 0.28

RGB Variations

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

Color information

#B73522 (or 0xB73522) is known color: Fire Brick. HEX triplet: B7, 35 and 22. RGB value is (183,53,34). Sum of RGB (Red+Green+Blue) = 183+53+34=270 (35% of max value = 765). Red value is 183 (71.88% from 255 or 67.78% from 270); Green value is 53 (21.09% from 255 or 19.63% from 270); Blue value is 34 (13.67% from 255 or 12.59% from 270); Max value from RGB is 183 - color contains mainly: red. Hex color #B73522 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73522 is #48CADD. Grayscale: #595959. Windows color (decimal): -4770526 or 2241975. OLE color: 2241975.

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

Color convert

RGB 183 53 34 -
CMYK 0 0.71 0.81 0.28
HSL 7.65º 0.69% 0.43% -
HSV(B) 7.65º 0.81% 0.72% -
XYZ 21.09 12.73 2.86 -
YUV 89.7 96.57 194.54 -
System Red Green Blue C M Y K H S L
Decimal 183 53 34 0 0.71 0.81 0.28 7.65 0.69 0.43
Hex B7 35 22 0 47 51 1C 8 45 2B
Octal 267 65 42 0 107 121 34 10 105 53
Binary 10110111 110101 100010 0 1000111 1010001 11100 1000 1000101 101011

Color Harmonies of #B73522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73522

Black with #B73522

Text Example


Text Example

White with #B73522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73522; }

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

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

background-color css

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

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

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

border-color css

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

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

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