Html Css Color HEX #B22557 Old Rose

📋 copy color: '#B22557'

red 178 ◦ green 37 ◦ blue 87

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

Shades of Old Rose #B22557

Tints of Old Rose #B22557

RGB

 RED value IS 178 (69.92% from 255) = 58.94%

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

 BLUE value IS 87 (34.38% from 255) = 28.81%

R = 58.94%
G = 12.25%
B = 28.81%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.51

 K value IS 0.30

RGB Variations

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

Color information

#B22557 (or 0xB22557) is known color: Old Rose. HEX triplet: B2, 25 and 57. RGB value is (178,37,87). Sum of RGB (Red+Green+Blue) = 178+37+87=302 (40% of max value = 765). Red value is 178 (69.92% from 255 or 58.94% from 302); Green value is 37 (14.84% from 255 or 12.25% from 302); Blue value is 87 (34.38% from 255 or 28.81% from 302); Max value from RGB is 178 - color contains mainly: red. Hex color #B22557 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B22557 is #4DDAA8. Grayscale: #545454. Windows color (decimal): -5102249 or 5711282. OLE color: 5711282.

HSL color Cylindrical-coordinate representation of color #B22557: hue angle of 338.72º 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 #B22557 is Cyan = 0, Magento = 0.79, Yellow = 0.51 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 37 87 -
CMYK 0 0.79 0.51 0.30
HSL 338.72º 0.66% 0.42% -
HSV(B) 338.72º 0.79% 0.7% -
XYZ 20.74 11.48 10.14 -
YUV 84.86 129.21 194.43 -
System Red Green Blue C M Y K H S L
Decimal 178 37 87 0 0.79 0.51 0.30 338.72 0.66 0.42
Hex B2 25 57 0 4F 33 1E 153 42 2A
Octal 262 45 127 0 117 63 36 523 102 52
Binary 10110010 100101 1010111 0 1001111 110011 11110 101010011 1000010 101010

Color Harmonies of #B22557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22557

Black with #B22557

Text Example


Text Example

White with #B22557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22557; }

 p { color: rgb(178,37,87); }

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

background-color css

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

 a { background-color: rgb(178,37,87); }

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

border-color css

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

 span { border-color: rgb(178,37,87); }

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