Html Css Color HEX #B22553 Old Rose

📋 copy color: '#B22553'

red 178 ◦ green 37 ◦ blue 83

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

Shades of Old Rose #B22553

Tints of Old Rose #B22553

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 27.85%

R = 59.73%
G = 12.42%
B = 27.85%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.53

 K value IS 0.30

RGB Variations

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

Color information

#B22553 (or 0xB22553) is known color: Old Rose. HEX triplet: B2, 25 and 53. RGB value is (178,37,83). Sum of RGB (Red+Green+Blue) = 178+37+83=298 (39% of max value = 765). Red value is 178 (69.92% from 255 or 59.73% from 298); Green value is 37 (14.84% from 255 or 12.42% from 298); Blue value is 83 (32.81% from 255 or 27.85% from 298); Max value from RGB is 178 - color contains mainly: red. Hex color #B22553 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B22553 is #4DDAAC. Grayscale: #545454. Windows color (decimal): -5102253 or 5449138. OLE color: 5449138.

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

Color convert

RGB 178 37 83 -
CMYK 0 0.79 0.53 0.30
HSL 340.43º 0.66% 0.42% -
HSV(B) 340.43º 0.79% 0.7% -
XYZ 20.58 11.41 9.3 -
YUV 84.4 127.21 194.76 -
System Red Green Blue C M Y K H S L
Decimal 178 37 83 0 0.79 0.53 0.30 340.43 0.66 0.42
Hex B2 25 53 0 4F 35 1E 154 42 2A
Octal 262 45 123 0 117 65 36 524 102 52
Binary 10110010 100101 1010011 0 1001111 110101 11110 101010100 1000010 101010

Color Harmonies of #B22553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22553

Black with #B22553

Text Example


Text Example

White with #B22553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22553; }

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

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

background-color css

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

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

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

border-color css

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

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

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