Html Css Color HEX #B25328 Red Stage

📋 copy color: '#B25328'

red 178 ◦ green 83 ◦ blue 40

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

Shades of Red Stage #B25328

Tints of Red Stage #B25328

RGB

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

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

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

R = 59.14%
G = 27.57%
B = 13.29%

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

#B25328 (or 0xB25328) is known color: Red Stage. HEX triplet: B2, 53 and 28. RGB value is (178,83,40). Sum of RGB (Red+Green+Blue) = 178+83+40=301 (39% of max value = 765). Red value is 178 (69.92% from 255 or 59.14% from 301); Green value is 83 (32.81% from 255 or 27.57% from 301); Blue value is 40 (16.02% from 255 or 13.29% from 301); Max value from RGB is 178 - color contains mainly: red. Hex color #B25328 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25328 is #4DACD7. Grayscale: #6A6A6A. Windows color (decimal): -5090520 or 2642866. OLE color: 2642866.

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

Color convert

RGB 178 83 40 -
CMYK 0 0.53 0.78 0.30
HSL 18.7º 0.63% 0.43% -
HSV(B) 18.7º 0.78% 0.7% -
XYZ 21.84 15.8 3.91 -
YUV 106.5 90.47 179 -
System Red Green Blue C M Y K H S L
Decimal 178 83 40 0 0.53 0.78 0.30 18.7 0.63 0.43
Hex B2 53 28 0 35 4E 1E 13 3F 2B
Octal 262 123 50 0 65 116 36 23 77 53
Binary 10110010 1010011 101000 0 110101 1001110 11110 10011 111111 101011

Color Harmonies of #B25328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25328

Black with #B25328

Text Example


Text Example

White with #B25328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25328; }

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

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

background-color css

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

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

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

border-color css

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

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

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