Html Css Color HEX #B73028 Fire Brick

📋 copy color: '#B73028'

red 183 ◦ green 48 ◦ blue 40

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

Shades of Fire Brick #B73028

Tints of Fire Brick #B73028

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.71%

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

R = 67.53%
G = 17.71%
B = 14.76%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.78

 K value IS 0.28

RGB Variations

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

Color information

#B73028 (or 0xB73028) is known color: Fire Brick. HEX triplet: B7, 30 and 28. RGB value is (183,48,40). Sum of RGB (Red+Green+Blue) = 183+48+40=271 (35% of max value = 765). Red value is 183 (71.88% from 255 or 67.53% from 271); Green value is 48 (19.14% from 255 or 17.71% from 271); Blue value is 40 (16.02% from 255 or 14.76% from 271); Max value from RGB is 183 - color contains mainly: red. Hex color #B73028 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73028 is #48CFD7. Grayscale: #575757. Windows color (decimal): -4771800 or 2633911. OLE color: 2633911.

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

Color convert

RGB 183 48 40 -
CMYK 0 0.74 0.78 0.28
HSL 3.36º 0.64% 0.44% -
HSV(B) 3.36º 0.78% 0.72% -
XYZ 20.97 12.33 3.28 -
YUV 87.45 101.23 196.15 -
System Red Green Blue C M Y K H S L
Decimal 183 48 40 0 0.74 0.78 0.28 3.36 0.64 0.44
Hex B7 30 28 0 4A 4E 1C 3 40 2C
Octal 267 60 50 0 112 116 34 3 100 54
Binary 10110111 110000 101000 0 1001010 1001110 11100 11 1000000 101100

Color Harmonies of #B73028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73028

Black with #B73028

Text Example


Text Example

White with #B73028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73028; }

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

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

background-color css

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

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

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

border-color css

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

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

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