Html Css Color HEX #B85028 Red Stage

📋 copy color: '#B85028'

red 184 ◦ green 80 ◦ blue 40

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

Shades of Red Stage #B85028

Tints of Red Stage #B85028

RGB

 RED value IS 184 (72.27% from 255) = 60.53%

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

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

R = 60.53%
G = 26.32%
B = 13.16%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.78

 K value IS 0.28

RGB Variations

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

Color information

#B85028 (or 0xB85028) is known color: Red Stage. HEX triplet: B8, 50 and 28. RGB value is (184,80,40). Sum of RGB (Red+Green+Blue) = 184+80+40=304 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.53% from 304); Green value is 80 (31.64% from 255 or 26.32% from 304); Blue value is 40 (16.02% from 255 or 13.16% from 304); Max value from RGB is 184 - color contains mainly: red. Hex color #B85028 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85028 is #47AFD7. Grayscale: #6A6A6A. Windows color (decimal): -4698072 or 2642104. OLE color: 2642104.

HSL color Cylindrical-coordinate representation of color #B85028: hue angle of 16.67º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B85028 is Cyan = 0, Magento = 0.57, Yellow = 0.78 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 80 40 -
CMYK 0 0.57 0.78 0.28
HSL 16.67º 0.64% 0.44% -
HSV(B) 16.67º 0.78% 0.72% -
XYZ 23.02 16.08 3.9 -
YUV 106.54 90.46 183.25 -
System Red Green Blue C M Y K H S L
Decimal 184 80 40 0 0.57 0.78 0.28 16.67 0.64 0.44
Hex B8 50 28 0 39 4E 1C 11 40 2C
Octal 270 120 50 0 71 116 34 21 100 54
Binary 10111000 1010000 101000 0 111001 1001110 11100 10001 1000000 101100

Color Harmonies of #B85028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85028

Black with #B85028

Text Example


Text Example

White with #B85028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85028; }

 p { color: rgb(184,80,40); }

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

background-color css

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

 a { background-color: rgb(184,80,40); }

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

border-color css

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

 span { border-color: rgb(184,80,40); }

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