Html Css Color HEX #B3255B Old Rose

📋 copy color: '#B3255B'

red 179 ◦ green 37 ◦ blue 91

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

Shades of Old Rose #B3255B

Tints of Old Rose #B3255B

RGB

 RED value IS 179 (70.31% from 255) = 58.31%

 GREEN value IS 37 (14.84% from 255) = 12.05%

 BLUE value IS 91 (35.94% from 255) = 29.64%

R = 58.31%
G = 12.05%
B = 29.64%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.49

 K value IS 0.30

RGB Variations

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

Color information

#B3255B (or 0xB3255B) is known color: Old Rose. HEX triplet: B3, 25 and 5B. RGB value is (179,37,91). Sum of RGB (Red+Green+Blue) = 179+37+91=307 (40% of max value = 765). Red value is 179 (70.31% from 255 or 58.31% from 307); Green value is 37 (14.84% from 255 or 12.05% from 307); Blue value is 91 (35.94% from 255 or 29.64% from 307); Max value from RGB is 179 - color contains mainly: red. Hex color #B3255B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3255B is #4CDAA4. Grayscale: #555555. Windows color (decimal): -5036709 or 5973427. OLE color: 5973427.

HSL color Cylindrical-coordinate representation of color #B3255B: hue angle of 337.18º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B3255B is Cyan = 0, Magento = 0.79, Yellow = 0.49 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 37 91 -
CMYK 0 0.79 0.49 0.30
HSL 337.18º 0.66% 0.42% -
HSV(B) 337.18º 0.79% 0.7% -
XYZ 21.14 11.66 11.03 -
YUV 85.61 131.04 194.61 -
System Red Green Blue C M Y K H S L
Decimal 179 37 91 0 0.79 0.49 0.30 337.18 0.66 0.42
Hex B3 25 5B 0 4F 31 1E 151 42 2A
Octal 263 45 133 0 117 61 36 521 102 52
Binary 10110011 100101 1011011 0 1001111 110001 11110 101010001 1000010 101010

Color Harmonies of #B3255B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3255B

Black with #B3255B

Text Example


Text Example

White with #B3255B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3255B; }

 p { color: rgb(179,37,91); }

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

background-color css

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

 a { background-color: rgb(179,37,91); }

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

border-color css

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

 span { border-color: rgb(179,37,91); }

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