Html Css Color HEX #B4502D Red Stage

📋 copy color: '#B4502D'

red 180 ◦ green 80 ◦ blue 45

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

Shades of Red Stage #B4502D

Tints of Red Stage #B4502D

RGB

 RED value IS 180 (70.7% from 255) = 59.02%

 GREEN value IS 80 (31.64% from 255) = 26.23%

 BLUE value IS 45 (17.97% from 255) = 14.75%

R = 59.02%
G = 26.23%
B = 14.75%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.75

 K value IS 0.29

RGB Variations

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

Color information

#B4502D (or 0xB4502D) is known color: Red Stage. HEX triplet: B4, 50 and 2D. RGB value is (180,80,45). Sum of RGB (Red+Green+Blue) = 180+80+45=305 (40% of max value = 765). Red value is 180 (70.70% from 255 or 59.02% from 305); Green value is 80 (31.64% from 255 or 26.23% from 305); Blue value is 45 (17.97% from 255 or 14.75% from 305); Max value from RGB is 180 - color contains mainly: red. Hex color #B4502D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B4502D is #4BAFD2. Grayscale: #6A6A6A. Windows color (decimal): -4960211 or 2969780. OLE color: 2969780.

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

Color convert

RGB 180 80 45 -
CMYK 0 0.56 0.75 0.29
HSL 15.56º 0.6% 0.44% -
HSV(B) 15.56º 0.75% 0.71% -
XYZ 22.16 15.63 4.33 -
YUV 105.91 93.63 180.85 -
System Red Green Blue C M Y K H S L
Decimal 180 80 45 0 0.56 0.75 0.29 15.56 0.6 0.44
Hex B4 50 2D 0 38 4B 1D 10 3C 2C
Octal 264 120 55 0 70 113 35 20 74 54
Binary 10110100 1010000 101101 0 111000 1001011 11101 10000 111100 101100

Color Harmonies of #B4502D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4502D

Black with #B4502D

Text Example


Text Example

White with #B4502D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4502D; }

 p { color: rgb(180,80,45); }

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

background-color css

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

 a { background-color: rgb(180,80,45); }

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

border-color css

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

 span { border-color: rgb(180,80,45); }

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