Html Css Color HEX #B02F4B Old Rose

📋 copy color: '#B02F4B'

red 176 ◦ green 47 ◦ blue 75

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

Shades of Old Rose #B02F4B

Tints of Old Rose #B02F4B

RGB

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

 GREEN value IS 47 (18.75% from 255) = 15.77%

 BLUE value IS 75 (29.69% from 255) = 25.17%

R = 59.06%
G = 15.77%
B = 25.17%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.57

 K value IS 0.31

RGB Variations

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

Color information

#B02F4B (or 0xB02F4B) is known color: Old Rose. HEX triplet: B0, 2F and 4B. RGB value is (176,47,75). Sum of RGB (Red+Green+Blue) = 176+47+75=298 (39% of max value = 765). Red value is 176 (69.14% from 255 or 59.06% from 298); Green value is 47 (18.75% from 255 or 15.77% from 298); Blue value is 75 (29.69% from 255 or 25.17% from 298); Max value from RGB is 176 - color contains mainly: red. Hex color #B02F4B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B02F4B is #4FD0B4. Grayscale: #585858. Windows color (decimal): -5230773 or 4927408. OLE color: 4927408.

HSL color Cylindrical-coordinate representation of color #B02F4B: hue angle of 346.98º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B02F4B is Cyan = 0, Magento = 0.73, Yellow = 0.57 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 47 75 -
CMYK 0 0.73 0.57 0.31
HSL 346.98º 0.58% 0.44% -
HSV(B) 346.98º 0.73% 0.69% -
XYZ 20.19 11.77 7.86 -
YUV 88.76 120.24 190.22 -
System Red Green Blue C M Y K H S L
Decimal 176 47 75 0 0.73 0.57 0.31 346.98 0.58 0.44
Hex B0 2F 4B 0 49 39 1F 15B 3A 2C
Octal 260 57 113 0 111 71 37 533 72 54
Binary 10110000 101111 1001011 0 1001001 111001 11111 101011011 111010 101100

Color Harmonies of #B02F4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02F4B

Black with #B02F4B

Text Example


Text Example

White with #B02F4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02F4B; }

 p { color: rgb(176,47,75); }

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

background-color css

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

 a { background-color: rgb(176,47,75); }

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

border-color css

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

 span { border-color: rgb(176,47,75); }

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