Html Css Color HEX #B64D30 Red Stage

📋 copy color: '#B64D30'

red 182 ◦ green 77 ◦ blue 48

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

Shades of Red Stage #B64D30

Tints of Red Stage #B64D30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 15.64%

R = 59.28%
G = 25.08%
B = 15.64%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.74

 K value IS 0.29

RGB Variations

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

Color information

#B64D30 (or 0xB64D30) is known color: Red Stage. HEX triplet: B6, 4D and 30. RGB value is (182,77,48). Sum of RGB (Red+Green+Blue) = 182+77+48=307 (40% of max value = 765). Red value is 182 (71.48% from 255 or 59.28% from 307); Green value is 77 (30.47% from 255 or 25.08% from 307); Blue value is 48 (19.14% from 255 or 15.64% from 307); Max value from RGB is 182 - color contains mainly: red. Hex color #B64D30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B64D30 is #49B2CF. Grayscale: #696969. Windows color (decimal): -4829904 or 3165622. OLE color: 3165622.

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

Color convert

RGB 182 77 48 -
CMYK 0 0.58 0.74 0.29
HSL 12.99º 0.58% 0.45% -
HSV(B) 12.99º 0.74% 0.71% -
XYZ 22.48 15.47 4.6 -
YUV 105.09 95.79 182.86 -
System Red Green Blue C M Y K H S L
Decimal 182 77 48 0 0.58 0.74 0.29 12.99 0.58 0.45
Hex B6 4D 30 0 3A 4A 1D D 3A 2D
Octal 266 115 60 0 72 112 35 15 72 55
Binary 10110110 1001101 110000 0 111010 1001010 11101 1101 111010 101101

Color Harmonies of #B64D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64D30

Black with #B64D30

Text Example


Text Example

White with #B64D30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64D30; }

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

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

background-color css

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

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

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

border-color css

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

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

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