Html Css Color HEX #B25230 Red Stage

📋 copy color: '#B25230'

red 178 ◦ green 82 ◦ blue 48

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

Shades of Red Stage #B25230

Tints of Red Stage #B25230

RGB

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

 GREEN value IS 82 (32.42% from 255) = 26.62%

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

R = 57.79%
G = 26.62%
B = 15.58%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.73

 K value IS 0.30

RGB Variations

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

Color information

#B25230 (or 0xB25230) is known color: Red Stage. HEX triplet: B2, 52 and 30. RGB value is (178,82,48). Sum of RGB (Red+Green+Blue) = 178+82+48=308 (40% of max value = 765). Red value is 178 (69.92% from 255 or 57.79% from 308); Green value is 82 (32.42% from 255 or 26.62% from 308); Blue value is 48 (19.14% from 255 or 15.58% from 308); Max value from RGB is 178 - color contains mainly: red. Hex color #B25230 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25230 is #4DADCF. Grayscale: #6B6B6B. Windows color (decimal): -5090768 or 3166898. OLE color: 3166898.

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

Color convert

RGB 178 82 48 -
CMYK 0 0.54 0.73 0.30
HSL 15.69º 0.58% 0.44% -
HSV(B) 15.69º 0.73% 0.7% -
XYZ 21.91 15.71 4.67 -
YUV 106.83 94.8 178.76 -
System Red Green Blue C M Y K H S L
Decimal 178 82 48 0 0.54 0.73 0.30 15.69 0.58 0.44
Hex B2 52 30 0 36 49 1E 10 3A 2C
Octal 262 122 60 0 66 111 36 20 72 54
Binary 10110010 1010010 110000 0 110110 1001001 11110 10000 111010 101100

Color Harmonies of #B25230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25230

Black with #B25230

Text Example


Text Example

White with #B25230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25230; }

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

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

background-color css

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

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

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

border-color css

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

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

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