#B74F2C

Color #B74F2C Red Stage (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Stage #B74F2C

Tints of Red Stage #B74F2C

Color information

#B74F2C (or 0xB74F2C) is unknown color: approx Red Stage. HEX triplet: B7, 4F and 2C. RGB value is (183,79,44). Sum of RGB (Red+Green+Blue) = 183+79+44=306 (40% of max value = 765). Red value is 183 (71.88% from 255 or 59.80% from 306); Green value is 79 (31.25% from 255 or 25.82% from 306); Blue value is 44 (17.58% from 255 or 14.38% from 306); Max value from RGB is 183 - color contains mainly: red. Hex color #B74F2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B74F2C is #48B0D3. Grayscale: #6A6A6A. Windows color (decimal): -4763860 or 2903991. OLE color: 2903991.

HSL color Cylindrical-coordinate representation of color #B74F2C: hue angle of 15.11º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B74F2C is Cyan = 0, Magento = 0.57, Yellow = 0.76 and Black (K on CMYK) = 0.28.

Color convert

RGB1837944-
CMYK00.570.760.28
HSL15.11º61.23%44.51%-
HSV(B)15.11º75.96%71.76%-
XYZ22.7815.844.24-
YUV106.1192.96182.85-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 59.80%
GREEN value IS 79 (31.25% from 255) = 25.82%
BLUE value IS 44 (17.58% from 255) = 14.38%
R=59.80%
G=25.82%
B=14.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.76
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183794400.570.760.2815.1161.2344.51
HexB74F2C0394C1Cf3d2d
Octal2671175407111434177555
Binary10110111100111110110001110011001100111001111111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74F2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74F2C; }

 p { color: rgb(183,79,44); }

 H1.HeaderClassName
 {
   color: #B74F2C;
 }
 .AnyTagClassName
 {
   color: #B74F2C;
 }
</style>
background-color css

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

 a { background-color: rgb(183,79,44); }

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

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

 span { border-color: rgb(183,79,44); }

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