Html Css Color HEX #B73227 Fire Brick

📋 copy color: '#B73227'

red 183 ◦ green 50 ◦ blue 39

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

Shades of Fire Brick #B73227

Tints of Fire Brick #B73227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 14.34%

R = 67.28%
G = 18.38%
B = 14.34%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.79

 K value IS 0.28

RGB Variations

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

Color information

#B73227 (or 0xB73227) is known color: Fire Brick. HEX triplet: B7, 32 and 27. RGB value is (183,50,39). Sum of RGB (Red+Green+Blue) = 183+50+39=272 (36% of max value = 765). Red value is 183 (71.88% from 255 or 67.28% from 272); Green value is 50 (19.92% from 255 or 18.38% from 272); Blue value is 39 (15.62% from 255 or 14.34% from 272); Max value from RGB is 183 - color contains mainly: red. Hex color #B73227 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73227 is #48CDD8. Grayscale: #585858. Windows color (decimal): -4771289 or 2568887. OLE color: 2568887.

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

Color convert

RGB 183 50 39 -
CMYK 0 0.73 0.79 0.28
HSL 4.58º 0.65% 0.44% -
HSV(B) 4.58º 0.79% 0.72% -
XYZ 21.04 12.49 3.22 -
YUV 88.51 100.06 195.39 -
System Red Green Blue C M Y K H S L
Decimal 183 50 39 0 0.73 0.79 0.28 4.58 0.65 0.44
Hex B7 32 27 0 49 4F 1C 5 41 2C
Octal 267 62 47 0 111 117 34 5 101 54
Binary 10110111 110010 100111 0 1001001 1001111 11100 101 1000001 101100

Color Harmonies of #B73227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73227

Black with #B73227

Text Example


Text Example

White with #B73227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73227; }

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

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

background-color css

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

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

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

border-color css

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

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

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