Html Css Color HEX #B22D47 Old Rose

📋 copy color: '#B22D47'

red 178 ◦ green 45 ◦ blue 71

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

Shades of Old Rose #B22D47

Tints of Old Rose #B22D47

RGB

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

 GREEN value IS 45 (17.97% from 255) = 15.31%

 BLUE value IS 71 (28.13% from 255) = 24.15%

R = 60.54%
G = 15.31%
B = 24.15%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.60

 K value IS 0.30

RGB Variations

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

Color information

#B22D47 (or 0xB22D47) is known color: Old Rose. HEX triplet: B2, 2D and 47. RGB value is (178,45,71). Sum of RGB (Red+Green+Blue) = 178+45+71=294 (38% of max value = 765). Red value is 178 (69.92% from 255 or 60.54% from 294); Green value is 45 (17.97% from 255 or 15.31% from 294); Blue value is 71 (28.12% from 255 or 24.15% from 294); Max value from RGB is 178 - color contains mainly: red. Hex color #B22D47 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B22D47 is #4DD2B8. Grayscale: #575757. Windows color (decimal): -5100217 or 4664754. OLE color: 4664754.

HSL color Cylindrical-coordinate representation of color #B22D47: hue angle of 348.27º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B22D47 is Cyan = 0, Magento = 0.75, Yellow = 0.60 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 45 71 -
CMYK 0 0.75 0.60 0.30
HSL 348.27º 0.6% 0.44% -
HSV(B) 348.27º 0.75% 0.7% -
XYZ 20.44 11.8 7.16 -
YUV 87.73 118.56 192.39 -
System Red Green Blue C M Y K H S L
Decimal 178 45 71 0 0.75 0.60 0.30 348.27 0.6 0.44
Hex B2 2D 47 0 4B 3C 1E 15C 3C 2C
Octal 262 55 107 0 113 74 36 534 74 54
Binary 10110010 101101 1000111 0 1001011 111100 11110 101011100 111100 101100

Color Harmonies of #B22D47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22D47

Black with #B22D47

Text Example


Text Example

White with #B22D47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22D47; }

 p { color: rgb(178,45,71); }

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

background-color css

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

 a { background-color: rgb(178,45,71); }

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

border-color css

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

 span { border-color: rgb(178,45,71); }

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