Html Css Color HEX #B22955 Old Rose

📋 copy color: '#B22955'

red 178 ◦ green 41 ◦ blue 85

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

Shades of Old Rose #B22955

Tints of Old Rose #B22955

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.49%

 BLUE value IS 85 (33.59% from 255) = 27.96%

R = 58.55%
G = 13.49%
B = 27.96%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.52

 K value IS 0.30

RGB Variations

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

Color information

#B22955 (or 0xB22955) is known color: Old Rose. HEX triplet: B2, 29 and 55. RGB value is (178,41,85). Sum of RGB (Red+Green+Blue) = 178+41+85=304 (40% of max value = 765). Red value is 178 (69.92% from 255 or 58.55% from 304); Green value is 41 (16.41% from 255 or 13.49% from 304); Blue value is 85 (33.59% from 255 or 27.96% from 304); Max value from RGB is 178 - color contains mainly: red. Hex color #B22955 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B22955 is #4DD6AA. Grayscale: #565656. Windows color (decimal): -5101227 or 5581234. OLE color: 5581234.

HSL color Cylindrical-coordinate representation of color #B22955: hue angle of 340.73º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B22955 is Cyan = 0, Magento = 0.77, Yellow = 0.52 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 41 85 -
CMYK 0 0.77 0.52 0.30
HSL 340.73º 0.63% 0.43% -
HSV(B) 340.73º 0.77% 0.7% -
XYZ 20.79 11.71 9.76 -
YUV 86.98 126.89 192.92 -
System Red Green Blue C M Y K H S L
Decimal 178 41 85 0 0.77 0.52 0.30 340.73 0.63 0.43
Hex B2 29 55 0 4D 34 1E 155 3F 2B
Octal 262 51 125 0 115 64 36 525 77 53
Binary 10110010 101001 1010101 0 1001101 110100 11110 101010101 111111 101011

Color Harmonies of #B22955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22955

Black with #B22955

Text Example


Text Example

White with #B22955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22955; }

 p { color: rgb(178,41,85); }

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

background-color css

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

 a { background-color: rgb(178,41,85); }

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

border-color css

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

 span { border-color: rgb(178,41,85); }

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