Html Css Color HEX #B04C33 Red Stage

📋 copy color: '#B04C33'

red 176 ◦ green 76 ◦ blue 51

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

Shades of Red Stage #B04C33

Tints of Red Stage #B04C33

RGB

 RED value IS 176 (69.14% from 255) = 58.09%

 GREEN value IS 76 (30.08% from 255) = 25.08%

 BLUE value IS 51 (20.31% from 255) = 16.83%

R = 58.09%
G = 25.08%
B = 16.83%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.71

 K value IS 0.31

RGB Variations

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

Color information

#B04C33 (or 0xB04C33) is known color: Red Stage. HEX triplet: B0, 4C and 33. RGB value is (176,76,51). Sum of RGB (Red+Green+Blue) = 176+76+51=303 (40% of max value = 765). Red value is 176 (69.14% from 255 or 58.09% from 303); Green value is 76 (30.08% from 255 or 25.08% from 303); Blue value is 51 (20.31% from 255 or 16.83% from 303); Max value from RGB is 176 - color contains mainly: red. Hex color #B04C33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B04C33 is #4FB3CC. Grayscale: #676767. Windows color (decimal): -5223373 or 3361968. OLE color: 3361968.

HSL color Cylindrical-coordinate representation of color #B04C33: hue angle of 12º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B04C33 is Cyan = 0, Magento = 0.57, Yellow = 0.71 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 76 51 -
CMYK 0 0.57 0.71 0.31
HSL 12º 0.55% 0.45% -
HSV(B) 12º 0.71% 0.69% -
XYZ 21.09 14.64 4.85 -
YUV 103.05 98.63 180.03 -
System Red Green Blue C M Y K H S L
Decimal 176 76 51 0 0.57 0.71 0.31 12 0.55 0.45
Hex B0 4C 33 0 39 47 1F C 37 2D
Octal 260 114 63 0 71 107 37 14 67 55
Binary 10110000 1001100 110011 0 111001 1000111 11111 1100 110111 101101

Color Harmonies of #B04C33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04C33

Black with #B04C33

Text Example


Text Example

White with #B04C33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04C33; }

 p { color: rgb(176,76,51); }

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

background-color css

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

 a { background-color: rgb(176,76,51); }

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

border-color css

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

 span { border-color: rgb(176,76,51); }

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