Html Css Color HEX #B02752 Old Rose

📋 copy color: '#B02752'

red 176 ◦ green 39 ◦ blue 82

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

Shades of Old Rose #B02752

Tints of Old Rose #B02752

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.13%

 BLUE value IS 82 (32.42% from 255) = 27.61%

R = 59.26%
G = 13.13%
B = 27.61%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.53

 K value IS 0.31

RGB Variations

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

Color information

#B02752 (or 0xB02752) is known color: Old Rose. HEX triplet: B0, 27 and 52. RGB value is (176,39,82). Sum of RGB (Red+Green+Blue) = 176+39+82=297 (39% of max value = 765). Red value is 176 (69.14% from 255 or 59.26% from 297); Green value is 39 (15.62% from 255 or 13.13% from 297); Blue value is 82 (32.42% from 255 or 27.61% from 297); Max value from RGB is 176 - color contains mainly: red. Hex color #B02752 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B02752 is #4FD8AD. Grayscale: #545454. Windows color (decimal): -5232814 or 5384112. OLE color: 5384112.

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

Color convert

RGB 176 39 82 -
CMYK 0 0.78 0.53 0.31
HSL 341.17º 0.64% 0.42% -
HSV(B) 341.17º 0.78% 0.69% -
XYZ 20.15 11.29 9.1 -
YUV 84.87 126.39 193 -
System Red Green Blue C M Y K H S L
Decimal 176 39 82 0 0.78 0.53 0.31 341.17 0.64 0.42
Hex B0 27 52 0 4E 35 1F 155 40 2A
Octal 260 47 122 0 116 65 37 525 100 52
Binary 10110000 100111 1010010 0 1001110 110101 11111 101010101 1000000 101010

Color Harmonies of #B02752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02752

Black with #B02752

Text Example


Text Example

White with #B02752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02752; }

 p { color: rgb(176,39,82); }

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

background-color css

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

 a { background-color: rgb(176,39,82); }

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

border-color css

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

 span { border-color: rgb(176,39,82); }

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