Html Css Color HEX #B25128 Rose Of Sharon

📋 copy color: '#B25128'

red 178 ◦ green 81 ◦ blue 40

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

Shades of Rose Of Sharon #B25128

Tints of Rose Of Sharon #B25128

RGB

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

 GREEN value IS 81 (32.03% from 255) = 27.09%

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

R = 59.53%
G = 27.09%
B = 13.38%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.78

 K value IS 0.30

RGB Variations

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

Color information

#B25128 (or 0xB25128) is known color: Rose Of Sharon. HEX triplet: B2, 51 and 28. RGB value is (178,81,40). Sum of RGB (Red+Green+Blue) = 178+81+40=299 (39% of max value = 765). Red value is 178 (69.92% from 255 or 59.53% from 299); Green value is 81 (32.03% from 255 or 27.09% from 299); Blue value is 40 (16.02% from 255 or 13.38% from 299); Max value from RGB is 178 - color contains mainly: red. Hex color #B25128 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25128 is #4DAED7. Grayscale: #696969. Windows color (decimal): -5091032 or 2642354. OLE color: 2642354.

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

Color convert

RGB 178 81 40 -
CMYK 0 0.54 0.78 0.30
HSL 17.83º 0.63% 0.43% -
HSV(B) 17.83º 0.78% 0.7% -
XYZ 21.69 15.5 3.86 -
YUV 105.33 91.14 179.83 -
System Red Green Blue C M Y K H S L
Decimal 178 81 40 0 0.54 0.78 0.30 17.83 0.63 0.43
Hex B2 51 28 0 36 4E 1E 12 3F 2B
Octal 262 121 50 0 66 116 36 22 77 53
Binary 10110010 1010001 101000 0 110110 1001110 11110 10010 111111 101011

Color Harmonies of #B25128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25128

Black with #B25128

Text Example


Text Example

White with #B25128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25128; }

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

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

background-color css

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

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

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

border-color css

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

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

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