#b64d2d

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

Shades of Red Stage #B64D2D

Tints of Red Stage #B64D2D

Color information

#B64D2D (or 0xB64D2D) is unknown color: approx Red Stage. HEX triplet: B6, 4D and 2D. RGB value is (182,77,45). Sum of RGB (Red+Green+Blue) = 182+77+45=304 (40% of max value = 765). Red value is 182 (71.48% from 255 or 59.87% from 304); Green value is 77 (30.47% from 255 or 25.33% from 304); Blue value is 45 (17.97% from 255 or 14.80% from 304); Max value from RGB is 182 - color contains mainly: red. Hex color #B64D2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B64D2D is #49B2D2. Grayscale: #686868. Windows color (decimal): -4829907 or 2969014. OLE color: 2969014.

HSL color Cylindrical-coordinate representation of color #B64D2D: hue angle of 14.01º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B64D2D is Cyan = 0, Magento = 0.58, Yellow = 0.75 and Black (K on CMYK) = 0.29.

Color convert

RGB1827745-
CMYK00.580.750.29
HSL14.01º60.35%44.51%-
HSV(B)14.01º75.27%71.37%-
XYZ22.4215.444.28-
YUV104.7594.29183.1-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 59.87%
GREEN value IS 77 (30.47% from 255) = 25.33%
BLUE value IS 45 (17.97% from 255) = 14.80%
R=59.87%
G=25.33%
B=14.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.75
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182774500.580.750.2914.0160.3544.51
HexB64D2D03A4B1De3c2d
Octal2661155507211335167455
Binary10110110100110110110101110101001011111011110111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b64d2d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b64d2d; }

 p { color: rgb(182,77,45); }

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

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

 a { background-color: rgb(182,77,45); }

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

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

 span { border-color: rgb(182,77,45); }

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