Html Css Color HEX #B64D29 Red Stage

📋 copy color: '#B64D29'

red 182 ◦ green 77 ◦ blue 41

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

Shades of Red Stage #B64D29

Tints of Red Stage #B64D29

RGB

 RED value IS 182 (71.48% from 255) = 60.67%

 GREEN value IS 77 (30.47% from 255) = 25.67%

 BLUE value IS 41 (16.41% from 255) = 13.67%

R = 60.67%
G = 25.67%
B = 13.67%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#B64D29 (or 0xB64D29) is known color: Red Stage. HEX triplet: B6, 4D and 29. RGB value is (182,77,41). Sum of RGB (Red+Green+Blue) = 182+77+41=300 (39% of max value = 765). Red value is 182 (71.48% from 255 or 60.67% from 300); Green value is 77 (30.47% from 255 or 25.67% from 300); Blue value is 41 (16.41% from 255 or 13.67% from 300); Max value from RGB is 182 - color contains mainly: red. Hex color #B64D29 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B64D29 is #49B2D6. Grayscale: #686868. Windows color (decimal): -4829911 or 2706870. OLE color: 2706870.

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

Color convert

RGB 182 77 41 -
CMYK 0 0.58 0.77 0.29
HSL 15.32º 0.63% 0.44% -
HSV(B) 15.32º 0.77% 0.71% -
XYZ 22.35 15.41 3.9 -
YUV 104.29 92.29 183.43 -
System Red Green Blue C M Y K H S L
Decimal 182 77 41 0 0.58 0.77 0.29 15.32 0.63 0.44
Hex B6 4D 29 0 3A 4D 1D F 3F 2C
Octal 266 115 51 0 72 115 35 17 77 54
Binary 10110110 1001101 101001 0 111010 1001101 11101 1111 111111 101100

Color Harmonies of #B64D29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64D29

Black with #B64D29

Text Example


Text Example

White with #B64D29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64D29; }

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

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

background-color css

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

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

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

border-color css

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

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

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