Html Css Color HEX #B73228 Fire Brick

📋 copy color: '#B73228'

red 183 ◦ green 50 ◦ blue 40

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

Shades of Fire Brick #B73228

Tints of Fire Brick #B73228

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 14.65%

R = 67.03%
G = 18.32%
B = 14.65%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.78

 K value IS 0.28

RGB Variations

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

Color information

#B73228 (or 0xB73228) is known color: Fire Brick. HEX triplet: B7, 32 and 28. RGB value is (183,50,40). Sum of RGB (Red+Green+Blue) = 183+50+40=273 (36% of max value = 765). Red value is 183 (71.88% from 255 or 67.03% from 273); Green value is 50 (19.92% from 255 or 18.32% from 273); Blue value is 40 (16.02% from 255 or 14.65% from 273); Max value from RGB is 183 - color contains mainly: red. Hex color #B73228 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73228 is #48CDD7. Grayscale: #585858. Windows color (decimal): -4771288 or 2634423. OLE color: 2634423.

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

Color convert

RGB 183 50 40 -
CMYK 0 0.73 0.78 0.28
HSL 4.2º 0.64% 0.44% -
HSV(B) 4.2º 0.78% 0.72% -
XYZ 21.05 12.5 3.31 -
YUV 88.63 100.56 195.31 -
System Red Green Blue C M Y K H S L
Decimal 183 50 40 0 0.73 0.78 0.28 4.2 0.64 0.44
Hex B7 32 28 0 49 4E 1C 4 40 2C
Octal 267 62 50 0 111 116 34 4 100 54
Binary 10110111 110010 101000 0 1001001 1001110 11100 100 1000000 101100

Color Harmonies of #B73228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73228

Black with #B73228

Text Example


Text Example

White with #B73228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73228; }

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

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

background-color css

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

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

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

border-color css

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

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

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