Html Css Color HEX #B02256 Old Rose

📋 copy color: '#B02256'

red 176 ◦ green 34 ◦ blue 86

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

Shades of Old Rose #B02256

Tints of Old Rose #B02256

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.49%

 BLUE value IS 86 (33.98% from 255) = 29.05%

R = 59.46%
G = 11.49%
B = 29.05%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.51

 K value IS 0.31

RGB Variations

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

Color information

#B02256 (or 0xB02256) is known color: Old Rose. HEX triplet: B0, 22 and 56. RGB value is (176,34,86). Sum of RGB (Red+Green+Blue) = 176+34+86=296 (39% of max value = 765). Red value is 176 (69.14% from 255 or 59.46% from 296); Green value is 34 (13.67% from 255 or 11.49% from 296); Blue value is 86 (33.98% from 255 or 29.05% from 296); Max value from RGB is 176 - color contains mainly: red. Hex color #B02256 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B02256 is #4FDDA9. Grayscale: #525252. Windows color (decimal): -5234090 or 5644976. OLE color: 5644976.

HSL color Cylindrical-coordinate representation of color #B02256: hue angle of 338.03º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B02256 is Cyan = 0, Magento = 0.81, Yellow = 0.51 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 34 86 -
CMYK 0 0.81 0.51 0.31
HSL 338.03º 0.68% 0.41% -
HSV(B) 338.03º 0.81% 0.69% -
XYZ 20.16 11.05 9.87 -
YUV 82.39 130.04 194.77 -
System Red Green Blue C M Y K H S L
Decimal 176 34 86 0 0.81 0.51 0.31 338.03 0.68 0.41
Hex B0 22 56 0 51 33 1F 152 44 29
Octal 260 42 126 0 121 63 37 522 104 51
Binary 10110000 100010 1010110 0 1010001 110011 11111 101010010 1000100 101001

Color Harmonies of #B02256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02256

Black with #B02256

Text Example


Text Example

White with #B02256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02256; }

 p { color: rgb(176,34,86); }

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

background-color css

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

 a { background-color: rgb(176,34,86); }

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

border-color css

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

 span { border-color: rgb(176,34,86); }

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