Html Css Color HEX #B25034 Red Stage

📋 copy color: '#B25034'

red 178 ◦ green 80 ◦ blue 52

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

Shades of Red Stage #B25034

Tints of Red Stage #B25034

RGB

 RED value IS 178 (69.92% from 255) = 57.42%

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

 BLUE value IS 52 (20.7% from 255) = 16.77%

R = 57.42%
G = 25.81%
B = 16.77%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.71

 K value IS 0.30

RGB Variations

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

Color information

#B25034 (or 0xB25034) is known color: Red Stage. HEX triplet: B2, 50 and 34. RGB value is (178,80,52). Sum of RGB (Red+Green+Blue) = 178+80+52=310 (41% of max value = 765). Red value is 178 (69.92% from 255 or 57.42% from 310); Green value is 80 (31.64% from 255 or 25.81% from 310); Blue value is 52 (20.70% from 255 or 16.77% from 310); Max value from RGB is 178 - color contains mainly: red. Hex color #B25034 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25034 is #4DAFCB. Grayscale: #6A6A6A. Windows color (decimal): -5091276 or 3428530. OLE color: 3428530.

HSL color Cylindrical-coordinate representation of color #B25034: hue angle of 13.33º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B25034 is Cyan = 0, Magento = 0.55, Yellow = 0.71 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 80 52 -
CMYK 0 0.55 0.71 0.30
HSL 13.33º 0.55% 0.45% -
HSV(B) 13.33º 0.71% 0.7% -
XYZ 21.85 15.45 5.08 -
YUV 106.11 97.47 179.28 -
System Red Green Blue C M Y K H S L
Decimal 178 80 52 0 0.55 0.71 0.30 13.33 0.55 0.45
Hex B2 50 34 0 37 47 1E D 37 2D
Octal 262 120 64 0 67 107 36 15 67 55
Binary 10110010 1010000 110100 0 110111 1000111 11110 1101 110111 101101

Color Harmonies of #B25034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25034

Black with #B25034

Text Example


Text Example

White with #B25034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25034; }

 p { color: rgb(178,80,52); }

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

background-color css

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

 a { background-color: rgb(178,80,52); }

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

border-color css

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

 span { border-color: rgb(178,80,52); }

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