Html Css Color HEX #B45031 Red Stage

📋 copy color: '#B45031'

red 180 ◦ green 80 ◦ blue 49

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

Shades of Red Stage #B45031

Tints of Red Stage #B45031

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 15.86%

R = 58.25%
G = 25.89%
B = 15.86%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#B45031 (or 0xB45031) is known color: Red Stage. HEX triplet: B4, 50 and 31. RGB value is (180,80,49). Sum of RGB (Red+Green+Blue) = 180+80+49=309 (40% of max value = 765). Red value is 180 (70.70% from 255 or 58.25% from 309); Green value is 80 (31.64% from 255 or 25.89% from 309); Blue value is 49 (19.53% from 255 or 15.86% from 309); Max value from RGB is 180 - color contains mainly: red. Hex color #B45031 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B45031 is #4BAFCE. Grayscale: #6A6A6A. Windows color (decimal): -4960207 or 3231924. OLE color: 3231924.

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

Color convert

RGB 180 80 49 -
CMYK 0 0.56 0.73 0.29
HSL 14.2º 0.57% 0.45% -
HSV(B) 14.2º 0.73% 0.71% -
XYZ 22.25 15.66 4.76 -
YUV 106.37 95.63 180.52 -
System Red Green Blue C M Y K H S L
Decimal 180 80 49 0 0.56 0.73 0.29 14.2 0.57 0.45
Hex B4 50 31 0 38 49 1D E 39 2D
Octal 264 120 61 0 70 111 35 16 71 55
Binary 10110100 1010000 110001 0 111000 1001001 11101 1110 111001 101101

Color Harmonies of #B45031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45031

Black with #B45031

Text Example


Text Example

White with #B45031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45031; }

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

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

background-color css

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

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

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

border-color css

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

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

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