Html Css Color HEX #B0502B Rose Of Sharon

📋 copy color: '#B0502B'

red 176 ◦ green 80 ◦ blue 43

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

Shades of Rose Of Sharon #B0502B

Tints of Rose Of Sharon #B0502B

RGB

 RED value IS 176 (69.14% from 255) = 58.86%

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

 BLUE value IS 43 (17.19% from 255) = 14.38%

R = 58.86%
G = 26.76%
B = 14.38%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.76

 K value IS 0.31

RGB Variations

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

Color information

#B0502B (or 0xB0502B) is known color: Rose Of Sharon. HEX triplet: B0, 50 and 2B. RGB value is (176,80,43). Sum of RGB (Red+Green+Blue) = 176+80+43=299 (39% of max value = 765). Red value is 176 (69.14% from 255 or 58.86% from 299); Green value is 80 (31.64% from 255 or 26.76% from 299); Blue value is 43 (17.19% from 255 or 14.38% from 299); Max value from RGB is 176 - color contains mainly: red. Hex color #B0502B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0502B is #4FAFD4. Grayscale: #686868. Windows color (decimal): -5222357 or 2838704. OLE color: 2838704.

HSL color Cylindrical-coordinate representation of color #B0502B: hue angle of 16.69º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B0502B is Cyan = 0, Magento = 0.55, Yellow = 0.76 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 80 43 -
CMYK 0 0.55 0.76 0.31
HSL 16.69º 0.61% 0.43% -
HSV(B) 16.69º 0.76% 0.69% -
XYZ 21.21 15.14 4.09 -
YUV 104.49 93.3 179.01 -
System Red Green Blue C M Y K H S L
Decimal 176 80 43 0 0.55 0.76 0.31 16.69 0.61 0.43
Hex B0 50 2B 0 37 4C 1F 11 3D 2B
Octal 260 120 53 0 67 114 37 21 75 53
Binary 10110000 1010000 101011 0 110111 1001100 11111 10001 111101 101011

Color Harmonies of #B0502B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0502B

Black with #B0502B

Text Example


Text Example

White with #B0502B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0502B; }

 p { color: rgb(176,80,43); }

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

background-color css

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

 a { background-color: rgb(176,80,43); }

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

border-color css

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

 span { border-color: rgb(176,80,43); }

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