Html Css Color HEX #B75228 Red Stage

📋 copy color: '#B75228'

red 183 ◦ green 82 ◦ blue 40

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

Shades of Red Stage #B75228

Tints of Red Stage #B75228

RGB

 RED value IS 183 (71.88% from 255) = 60%

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

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

R = 60%
G = 26.89%
B = 13.11%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.78

 K value IS 0.28

RGB Variations

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

Color information

#B75228 (or 0xB75228) is known color: Red Stage. HEX triplet: B7, 52 and 28. RGB value is (183,82,40). Sum of RGB (Red+Green+Blue) = 183+82+40=305 (40% of max value = 765). Red value is 183 (71.88% from 255 or 60% from 305); Green value is 82 (32.42% from 255 or 26.89% from 305); Blue value is 40 (16.02% from 255 or 13.11% from 305); Max value from RGB is 183 - color contains mainly: red. Hex color #B75228 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B75228 is #48ADD7. Grayscale: #6B6B6B. Windows color (decimal): -4763096 or 2642615. OLE color: 2642615.

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

Color convert

RGB 183 82 40 -
CMYK 0 0.55 0.78 0.28
HSL 17.62º 0.64% 0.44% -
HSV(B) 17.62º 0.78% 0.72% -
XYZ 22.93 16.26 3.94 -
YUV 107.41 89.96 181.92 -
System Red Green Blue C M Y K H S L
Decimal 183 82 40 0 0.55 0.78 0.28 17.62 0.64 0.44
Hex B7 52 28 0 37 4E 1C 12 40 2C
Octal 267 122 50 0 67 116 34 22 100 54
Binary 10110111 1010010 101000 0 110111 1001110 11100 10010 1000000 101100

Color Harmonies of #B75228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B75228

Black with #B75228

Text Example


Text Example

White with #B75228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B75228; }

 p { color: rgb(183,82,40); }

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

background-color css

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

 a { background-color: rgb(183,82,40); }

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

border-color css

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

 span { border-color: rgb(183,82,40); }

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