Html Css Color HEX #B25428 Red Stage

📋 copy color: '#B25428'

red 178 ◦ green 84 ◦ blue 40

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

Shades of Red Stage #B25428

Tints of Red Stage #B25428

RGB

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

 GREEN value IS 84 (33.2% from 255) = 27.81%

 BLUE value IS 40 (16.02% from 255) = 13.25%

R = 58.94%
G = 27.81%
B = 13.25%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.78

 K value IS 0.30

RGB Variations

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

Color information

#B25428 (or 0xB25428) is known color: Red Stage. HEX triplet: B2, 54 and 28. RGB value is (178,84,40). Sum of RGB (Red+Green+Blue) = 178+84+40=302 (40% of max value = 765). Red value is 178 (69.92% from 255 or 58.94% from 302); Green value is 84 (33.20% from 255 or 27.81% from 302); Blue value is 40 (16.02% from 255 or 13.25% from 302); Max value from RGB is 178 - color contains mainly: red. Hex color #B25428 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25428 is #4DABD7. Grayscale: #6B6B6B. Windows color (decimal): -5090264 or 2643122. OLE color: 2643122.

HSL color Cylindrical-coordinate representation of color #B25428: hue angle of 19.13º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B25428 is Cyan = 0, Magento = 0.53, Yellow = 0.78 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 84 40 -
CMYK 0 0.53 0.78 0.30
HSL 19.13º 0.63% 0.43% -
HSV(B) 19.13º 0.78% 0.7% -
XYZ 21.91 15.96 3.93 -
YUV 107.09 90.14 178.58 -
System Red Green Blue C M Y K H S L
Decimal 178 84 40 0 0.53 0.78 0.30 19.13 0.63 0.43
Hex B2 54 28 0 35 4E 1E 13 3F 2B
Octal 262 124 50 0 65 116 36 23 77 53
Binary 10110010 1010100 101000 0 110101 1001110 11110 10011 111111 101011

Color Harmonies of #B25428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25428

Black with #B25428

Text Example


Text Example

White with #B25428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25428; }

 p { color: rgb(178,84,40); }

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

background-color css

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

 a { background-color: rgb(178,84,40); }

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

border-color css

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

 span { border-color: rgb(178,84,40); }

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