Html Css Color HEX #B0462C Rose Of Sharon

📋 copy color: '#B0462C'

red 176 ◦ green 70 ◦ blue 44

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

Shades of Rose Of Sharon #B0462C

Tints of Rose Of Sharon #B0462C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 24.14%

 BLUE value IS 44 (17.58% from 255) = 15.17%

R = 60.69%
G = 24.14%
B = 15.17%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.75

 K value IS 0.31

RGB Variations

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

Color information

#B0462C (or 0xB0462C) is known color: Rose Of Sharon. HEX triplet: B0, 46 and 2C. RGB value is (176,70,44). Sum of RGB (Red+Green+Blue) = 176+70+44=290 (38% of max value = 765). Red value is 176 (69.14% from 255 or 60.69% from 290); Green value is 70 (27.73% from 255 or 24.14% from 290); Blue value is 44 (17.58% from 255 or 15.17% from 290); Max value from RGB is 176 - color contains mainly: red. Hex color #B0462C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0462C is #4FB9D3. Grayscale: #626262. Windows color (decimal): -5224916 or 2901680. OLE color: 2901680.

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

Color convert

RGB 176 70 44 -
CMYK 0 0.60 0.75 0.31
HSL 11.82º 0.6% 0.43% -
HSV(B) 11.82º 0.75% 0.69% -
XYZ 20.55 13.79 3.96 -
YUV 98.73 97.12 183.11 -
System Red Green Blue C M Y K H S L
Decimal 176 70 44 0 0.60 0.75 0.31 11.82 0.6 0.43
Hex B0 46 2C 0 3C 4B 1F C 3C 2B
Octal 260 106 54 0 74 113 37 14 74 53
Binary 10110000 1000110 101100 0 111100 1001011 11111 1100 111100 101011

Color Harmonies of #B0462C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0462C

Black with #B0462C

Text Example


Text Example

White with #B0462C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0462C; }

 p { color: rgb(176,70,44); }

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

background-color css

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

 a { background-color: rgb(176,70,44); }

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

border-color css

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

 span { border-color: rgb(176,70,44); }

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