Html Css Color HEX #B0285D Rouge

📋 copy color: '#B0285D'

red 176 ◦ green 40 ◦ blue 93

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

Shades of Rouge #B0285D

Tints of Rouge #B0285D

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.94%

 BLUE value IS 93 (36.72% from 255) = 30.1%

R = 56.96%
G = 12.94%
B = 30.1%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#B0285D (or 0xB0285D) is known color: Rouge. HEX triplet: B0, 28 and 5D. RGB value is (176,40,93). Sum of RGB (Red+Green+Blue) = 176+40+93=309 (40% of max value = 765). Red value is 176 (69.14% from 255 or 56.96% from 309); Green value is 40 (16.02% from 255 or 12.94% from 309); Blue value is 93 (36.72% from 255 or 30.10% from 309); Max value from RGB is 176 - color contains mainly: red. Hex color #B0285D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0285D is #4FD7A2. Grayscale: #565656. Windows color (decimal): -5232547 or 6105264. OLE color: 6105264.

HSL color Cylindrical-coordinate representation of color #B0285D: hue angle of 336.62º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B0285D is Cyan = 0, Magento = 0.77, Yellow = 0.47 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 40 93 -
CMYK 0 0.77 0.47 0.31
HSL 336.62º 0.63% 0.42% -
HSV(B) 336.62º 0.77% 0.69% -
XYZ 20.64 11.54 11.5 -
YUV 86.71 131.56 191.69 -
System Red Green Blue C M Y K H S L
Decimal 176 40 93 0 0.77 0.47 0.31 336.62 0.63 0.42
Hex B0 28 5D 0 4D 2F 1F 151 3F 2A
Octal 260 50 135 0 115 57 37 521 77 52
Binary 10110000 101000 1011101 0 1001101 101111 11111 101010001 111111 101010

Color Harmonies of #B0285D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0285D

Black with #B0285D

Text Example


Text Example

White with #B0285D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0285D; }

 p { color: rgb(176,40,93); }

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

background-color css

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

 a { background-color: rgb(176,40,93); }

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

border-color css

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

 span { border-color: rgb(176,40,93); }

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