Html Css Color HEX #B02C46 Old Rose

📋 copy color: '#B02C46'

red 176 ◦ green 44 ◦ blue 70

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

Shades of Old Rose #B02C46

Tints of Old Rose #B02C46

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.60

 K value IS 0.31

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #B02C46: hue angle of 348.18º 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 #B02C46 is Cyan = 0, Magento = 0.75, Yellow = 0.60 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 44 70 -
CMYK 0 0.75 0.60 0.31
HSL 348.18º 0.6% 0.43% -
HSV(B) 348.18º 0.75% 0.69% -
XYZ 19.91 11.47 6.96 -
YUV 86.43 118.73 191.89 -
System Red Green Blue C M Y K H S L
Decimal 176 44 70 0 0.75 0.60 0.31 348.18 0.6 0.43
Hex B0 2C 46 0 4B 3C 1F 15C 3C 2B
Octal 260 54 106 0 113 74 37 534 74 53
Binary 10110000 101100 1000110 0 1001011 111100 11111 101011100 111100 101011

Color Harmonies of #B02C46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02C46

Black with #B02C46

Text Example


Text Example

White with #B02C46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02C46; }

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

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

background-color css

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

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

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

border-color css

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

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

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