Html Css Color HEX #B73129 Fire Brick

📋 copy color: '#B73129'

red 183 ◦ green 49 ◦ blue 41

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

Shades of Fire Brick #B73129

Tints of Fire Brick #B73129

RGB

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

 GREEN value IS 49 (19.53% from 255) = 17.95%

 BLUE value IS 41 (16.41% from 255) = 15.02%

R = 67.03%
G = 17.95%
B = 15.02%

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

#B73129 (or 0xB73129) is known color: Fire Brick. HEX triplet: B7, 31 and 29. RGB value is (183,49,41). Sum of RGB (Red+Green+Blue) = 183+49+41=273 (36% of max value = 765). Red value is 183 (71.88% from 255 or 67.03% from 273); Green value is 49 (19.53% from 255 or 17.95% from 273); Blue value is 41 (16.41% from 255 or 15.02% from 273); Max value from RGB is 183 - color contains mainly: red. Hex color #B73129 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73129 is #48CED6. Grayscale: #585858. Windows color (decimal): -4771543 or 2699703. OLE color: 2699703.

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

Color convert

RGB 183 49 41 -
CMYK 0 0.73 0.78 0.28
HSL 3.38º 0.63% 0.44% -
HSV(B) 3.38º 0.78% 0.72% -
XYZ 21.03 12.42 3.39 -
YUV 88.15 101.39 195.65 -
System Red Green Blue C M Y K H S L
Decimal 183 49 41 0 0.73 0.78 0.28 3.38 0.63 0.44
Hex B7 31 29 0 49 4E 1C 3 3F 2C
Octal 267 61 51 0 111 116 34 3 77 54
Binary 10110111 110001 101001 0 1001001 1001110 11100 11 111111 101100

Color Harmonies of #B73129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73129

Black with #B73129

Text Example


Text Example

White with #B73129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73129; }

 p { color: rgb(183,49,41); }

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

background-color css

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

 a { background-color: rgb(183,49,41); }

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

border-color css

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

 span { border-color: rgb(183,49,41); }

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