Html Css Color HEX #B73225 Fire Brick

📋 copy color: '#B73225'

red 183 ◦ green 50 ◦ blue 37

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

Shades of Fire Brick #B73225

Tints of Fire Brick #B73225

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 13.7%

R = 67.78%
G = 18.52%
B = 13.7%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.80

 K value IS 0.28

RGB Variations

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

Color information

#B73225 (or 0xB73225) is known color: Fire Brick. HEX triplet: B7, 32 and 25. RGB value is (183,50,37). Sum of RGB (Red+Green+Blue) = 183+50+37=270 (35% of max value = 765). Red value is 183 (71.88% from 255 or 67.78% from 270); Green value is 50 (19.92% from 255 or 18.52% from 270); Blue value is 37 (14.84% from 255 or 13.70% from 270); Max value from RGB is 183 - color contains mainly: red. Hex color #B73225 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73225 is #48CDDA. Grayscale: #585858. Windows color (decimal): -4771291 or 2437815. OLE color: 2437815.

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

Color convert

RGB 183 50 37 -
CMYK 0 0.73 0.80 0.28
HSL 5.34º 0.66% 0.43% -
HSV(B) 5.34º 0.8% 0.72% -
XYZ 21 12.48 3.05 -
YUV 88.29 99.06 195.56 -
System Red Green Blue C M Y K H S L
Decimal 183 50 37 0 0.73 0.80 0.28 5.34 0.66 0.43
Hex B7 32 25 0 49 50 1C 5 42 2B
Octal 267 62 45 0 111 120 34 5 102 53
Binary 10110111 110010 100101 0 1001001 1010000 11100 101 1000010 101011

Color Harmonies of #B73225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73225

Black with #B73225

Text Example


Text Example

White with #B73225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73225; }

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

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

background-color css

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

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

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

border-color css

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

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

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