Html Css Color HEX #B45328 Red Stage

📋 copy color: '#B45328'

red 180 ◦ green 83 ◦ blue 40

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

Shades of Red Stage #B45328

Tints of Red Stage #B45328

RGB

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

 GREEN value IS 83 (32.81% from 255) = 27.39%

 BLUE value IS 40 (16.02% from 255) = 13.2%

R = 59.41%
G = 27.39%
B = 13.2%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.78

 K value IS 0.29

RGB Variations

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

Color information

#B45328 (or 0xB45328) is known color: Red Stage. HEX triplet: B4, 53 and 28. RGB value is (180,83,40). Sum of RGB (Red+Green+Blue) = 180+83+40=303 (40% of max value = 765). Red value is 180 (70.70% from 255 or 59.41% from 303); Green value is 83 (32.81% from 255 or 27.39% from 303); Blue value is 40 (16.02% from 255 or 13.20% from 303); Max value from RGB is 180 - color contains mainly: red. Hex color #B45328 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B45328 is #4BACD7. Grayscale: #6B6B6B. Windows color (decimal): -4959448 or 2642868. OLE color: 2642868.

HSL color Cylindrical-coordinate representation of color #B45328: hue angle of 18.43º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B45328 is Cyan = 0, Magento = 0.54, Yellow = 0.78 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 83 40 -
CMYK 0 0.54 0.78 0.29
HSL 18.43º 0.64% 0.43% -
HSV(B) 18.43º 0.78% 0.71% -
XYZ 22.3 16.04 3.93 -
YUV 107.1 90.14 180 -
System Red Green Blue C M Y K H S L
Decimal 180 83 40 0 0.54 0.78 0.29 18.43 0.64 0.43
Hex B4 53 28 0 36 4E 1D 12 40 2B
Octal 264 123 50 0 66 116 35 22 100 53
Binary 10110100 1010011 101000 0 110110 1001110 11101 10010 1000000 101011

Color Harmonies of #B45328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45328

Black with #B45328

Text Example


Text Example

White with #B45328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45328; }

 p { color: rgb(180,83,40); }

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

background-color css

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

 a { background-color: rgb(180,83,40); }

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

border-color css

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

 span { border-color: rgb(180,83,40); }

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