Html Css Color HEX #B45330 Red Stage

📋 copy color: '#B45330'

red 180 ◦ green 83 ◦ blue 48

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

Shades of Red Stage #B45330

Tints of Red Stage #B45330

RGB

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

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

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

R = 57.88%
G = 26.69%
B = 15.43%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#B45330 (or 0xB45330) is known color: Red Stage. HEX triplet: B4, 53 and 30. RGB value is (180,83,48). Sum of RGB (Red+Green+Blue) = 180+83+48=311 (41% of max value = 765). Red value is 180 (70.70% from 255 or 57.88% from 311); Green value is 83 (32.81% from 255 or 26.69% from 311); Blue value is 48 (19.14% from 255 or 15.43% from 311); Max value from RGB is 180 - color contains mainly: red. Hex color #B45330 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B45330 is #4BACCF. Grayscale: #6C6C6C. Windows color (decimal): -4959440 or 3167156. OLE color: 3167156.

HSL color Cylindrical-coordinate representation of color #B45330: hue angle of 15.91º degrees, saturation: 0.58, 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 #B45330 is Cyan = 0, Magento = 0.54, Yellow = 0.73 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 83 48 -
CMYK 0 0.54 0.73 0.29
HSL 15.91º 0.58% 0.45% -
HSV(B) 15.91º 0.73% 0.71% -
XYZ 22.45 16.1 4.72 -
YUV 108.01 94.14 179.35 -
System Red Green Blue C M Y K H S L
Decimal 180 83 48 0 0.54 0.73 0.29 15.91 0.58 0.45
Hex B4 53 30 0 36 49 1D 10 3A 2D
Octal 264 123 60 0 66 111 35 20 72 55
Binary 10110100 1010011 110000 0 110110 1001001 11101 10000 111010 101101

Color Harmonies of #B45330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45330

Black with #B45330

Text Example


Text Example

White with #B45330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45330; }

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

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

background-color css

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

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

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

border-color css

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

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

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