Html Css Color HEX #B0532D Red Stage

📋 copy color: '#B0532D'

red 176 ◦ green 83 ◦ blue 45

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

Shades of Red Stage #B0532D

Tints of Red Stage #B0532D

RGB

 RED value IS 176 (69.14% from 255) = 57.89%

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

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

R = 57.89%
G = 27.3%
B = 14.8%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.74

 K value IS 0.31

RGB Variations

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

Color information

#B0532D (or 0xB0532D) is known color: Red Stage. HEX triplet: B0, 53 and 2D. RGB value is (176,83,45). Sum of RGB (Red+Green+Blue) = 176+83+45=304 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.89% from 304); Green value is 83 (32.81% from 255 or 27.30% from 304); Blue value is 45 (17.97% from 255 or 14.80% from 304); Max value from RGB is 176 - color contains mainly: red. Hex color #B0532D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0532D is #4FACD2. Grayscale: #6A6A6A. Windows color (decimal): -5221587 or 2970544. OLE color: 2970544.

HSL color Cylindrical-coordinate representation of color #B0532D: hue angle of 17.4º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B0532D is Cyan = 0, Magento = 0.53, Yellow = 0.74 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 83 45 -
CMYK 0 0.53 0.74 0.31
HSL 17.4º 0.59% 0.43% -
HSV(B) 17.4º 0.74% 0.69% -
XYZ 21.47 15.61 4.36 -
YUV 106.48 93.31 177.59 -
System Red Green Blue C M Y K H S L
Decimal 176 83 45 0 0.53 0.74 0.31 17.4 0.59 0.43
Hex B0 53 2D 0 35 4A 1F 11 3B 2B
Octal 260 123 55 0 65 112 37 21 73 53
Binary 10110000 1010011 101101 0 110101 1001010 11111 10001 111011 101011

Color Harmonies of #B0532D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0532D

Black with #B0532D

Text Example


Text Example

White with #B0532D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0532D; }

 p { color: rgb(176,83,45); }

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

background-color css

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

 a { background-color: rgb(176,83,45); }

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

border-color css

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

 span { border-color: rgb(176,83,45); }

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