Html Css Color HEX #B25030 Red Stage

📋 copy color: '#B25030'

red 178 ◦ green 80 ◦ blue 48

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

Shades of Red Stage #B25030

Tints of Red Stage #B25030

RGB

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

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

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

R = 58.17%
G = 26.14%
B = 15.69%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.73

 K value IS 0.30

RGB Variations

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

Color information

#B25030 (or 0xB25030) is known color: Red Stage. HEX triplet: B2, 50 and 30. RGB value is (178,80,48). Sum of RGB (Red+Green+Blue) = 178+80+48=306 (40% of max value = 765). Red value is 178 (69.92% from 255 or 58.17% from 306); Green value is 80 (31.64% from 255 or 26.14% from 306); Blue value is 48 (19.14% from 255 or 15.69% from 306); Max value from RGB is 178 - color contains mainly: red. Hex color #B25030 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25030 is #4DAFCF. Grayscale: #696969. Windows color (decimal): -5091280 or 3166386. OLE color: 3166386.

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

Color convert

RGB 178 80 48 -
CMYK 0 0.55 0.73 0.30
HSL 14.77º 0.58% 0.44% -
HSV(B) 14.77º 0.73% 0.7% -
XYZ 21.76 15.42 4.62 -
YUV 105.65 95.47 179.6 -
System Red Green Blue C M Y K H S L
Decimal 178 80 48 0 0.55 0.73 0.30 14.77 0.58 0.44
Hex B2 50 30 0 37 49 1E F 3A 2C
Octal 262 120 60 0 67 111 36 17 72 54
Binary 10110010 1010000 110000 0 110111 1001001 11110 1111 111010 101100

Color Harmonies of #B25030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25030

Black with #B25030

Text Example


Text Example

White with #B25030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25030; }

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

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

background-color css

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

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

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

border-color css

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

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

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