Html Css Color HEX #B73127 Fire Brick

📋 copy color: '#B73127'

red 183 ◦ green 49 ◦ blue 39

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

Shades of Fire Brick #B73127

Tints of Fire Brick #B73127

RGB

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

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

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

R = 67.53%
G = 18.08%
B = 14.39%

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

#B73127 (or 0xB73127) is known color: Fire Brick. HEX triplet: B7, 31 and 27. RGB value is (183,49,39). Sum of RGB (Red+Green+Blue) = 183+49+39=271 (35% of max value = 765). Red value is 183 (71.88% from 255 or 67.53% from 271); Green value is 49 (19.53% from 255 or 18.08% from 271); Blue value is 39 (15.62% from 255 or 14.39% from 271); Max value from RGB is 183 - color contains mainly: red. Hex color #B73127 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73127 is #48CED8. Grayscale: #585858. Windows color (decimal): -4771545 or 2568631. OLE color: 2568631.

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

Color convert

RGB 183 49 39 -
CMYK 0 0.73 0.79 0.28
HSL 4.17º 0.65% 0.44% -
HSV(B) 4.17º 0.79% 0.72% -
XYZ 20.99 12.41 3.21 -
YUV 87.93 100.39 195.81 -
System Red Green Blue C M Y K H S L
Decimal 183 49 39 0 0.73 0.79 0.28 4.17 0.65 0.44
Hex B7 31 27 0 49 4F 1C 4 41 2C
Octal 267 61 47 0 111 117 34 4 101 54
Binary 10110111 110001 100111 0 1001001 1001111 11100 100 1000001 101100

Color Harmonies of #B73127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73127

Black with #B73127

Text Example


Text Example

White with #B73127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73127; }

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

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

background-color css

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

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

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

border-color css

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

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

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