#B74E30

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

Shades of Red Stage #B74E30

Tints of Red Stage #B74E30

Color information

#B74E30 (or 0xB74E30) is unknown color: approx Red Stage. HEX triplet: B7, 4E and 30. RGB value is (183,78,48). Sum of RGB (Red+Green+Blue) = 183+78+48=309 (40% of max value = 765). Red value is 183 (71.88% from 255 or 59.22% from 309); Green value is 78 (30.86% from 255 or 25.24% from 309); Blue value is 48 (19.14% from 255 or 15.53% from 309); Max value from RGB is 183 - color contains mainly: red. Hex color #B74E30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B74E30 is #48B1CF. Grayscale: #6A6A6A. Windows color (decimal): -4764112 or 3165879. OLE color: 3165879.

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

Color convert

RGB1837848-
CMYK00.570.740.28
HSL13.33º58.44%45.29%-
HSV(B)13.33º73.77%71.76%-
XYZ22.7915.734.63-
YUV105.9795.29182.94-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 59.22%
GREEN value IS 78 (30.86% from 255) = 25.24%
BLUE value IS 48 (19.14% from 255) = 15.53%
R=59.22%
G=25.24%
B=15.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.74
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183784800.570.740.2813.3358.4445.29
HexB74E300394A1Cd3a2d
Octal2671166007111234157255
Binary10110111100111011000001110011001010111001101111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74E30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74E30; }

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

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

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

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

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

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

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

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