Html Css Color HEX #B22647 Old Rose

📋 copy color: '#B22647'

red 178 ◦ green 38 ◦ blue 71

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

Shades of Old Rose #B22647

Tints of Old Rose #B22647

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.24%

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

R = 62.02%
G = 13.24%
B = 24.74%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.60

 K value IS 0.30

RGB Variations

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

Color information

#B22647 (or 0xB22647) is known color: Old Rose. HEX triplet: B2, 26 and 47. RGB value is (178,38,71). Sum of RGB (Red+Green+Blue) = 178+38+71=287 (38% of max value = 765). Red value is 178 (69.92% from 255 or 62.02% from 287); Green value is 38 (15.23% from 255 or 13.24% from 287); Blue value is 71 (28.12% from 255 or 24.74% from 287); Max value from RGB is 178 - color contains mainly: red. Hex color #B22647 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B22647 is #4DD9B8. Grayscale: #535353. Windows color (decimal): -5102009 or 4662962. OLE color: 4662962.

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

Color convert

RGB 178 38 71 -
CMYK 0 0.79 0.60 0.30
HSL 345.86º 0.65% 0.42% -
HSV(B) 345.86º 0.79% 0.7% -
XYZ 20.19 11.31 7.08 -
YUV 83.62 120.88 195.32 -
System Red Green Blue C M Y K H S L
Decimal 178 38 71 0 0.79 0.60 0.30 345.86 0.65 0.42
Hex B2 26 47 0 4F 3C 1E 15A 41 2A
Octal 262 46 107 0 117 74 36 532 101 52
Binary 10110010 100110 1000111 0 1001111 111100 11110 101011010 1000001 101010

Color Harmonies of #B22647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22647

Black with #B22647

Text Example


Text Example

White with #B22647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22647; }

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

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

background-color css

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

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

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

border-color css

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

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

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